#b133bd

Color #B133BD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B133BD

Tints of Dark Orchid #B133BD

Color information

#B133BD (or 0xB133BD) is unknown color: approx Dark Orchid. HEX triplet: B1, 33 and BD. RGB value is (177,51,189). Sum of RGB (Red+Green+Blue) = 177+51+189=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B133BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BD is #4ECC42. Grayscale: #676767. Windows color (decimal): -5164099 or 12399537. OLE color: 12399537.

HSL color Cylindrical-coordinate representation of color #B133BD: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B133BD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17751189-
CMYK0.060.7300.26
HSL294.78º57.5%47.06%-
HSV(B)294.78º73.02%74.12%-
XYZ28.515.3949.61-
YUV104.41175.74179.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 51 (20.31% from 255) = 12.23%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=42.45%
G=12.23%
B=45.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177511890.060.7300.26294.7857.547.06
HexB133BD64901A1273a2f
Octal2616327561110324477257
Binary10110001110011101111011101001001011010100100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b133bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b133bd; }

 p { color: rgb(177,51,189); }

 H1.HeaderClassName
 {
   color: #b133bd;
 }
 .AnyTagClassName
 {
   color: #b133bd;
 }
</style>
background-color css

<style>
 a { background-color: #b133bd; }

 a { background-color: rgb(177,51,189); }

 div.DivClassName
 {
   background-color: #b133bd;
 }
 .BgClassName
 {
   background-color: #b133bd;
 }
</style>
border-color css

<style>
 span { border-color: #b133bd; }

 span { border-color: rgb(177,51,189); }

 td.TdClassName
 {
   border-color: #b133bd;
 }
 .TagClassName
 {
   border-color: #b133bd;
 }
</style>