#B133C6

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

Shades of Dark Orchid #B133C6

Tints of Dark Orchid #B133C6

Color information

#B133C6 (or 0xB133C6) is unknown color: approx Dark Orchid. HEX triplet: B1, 33 and C6. RGB value is (177,51,198). Sum of RGB (Red+Green+Blue) = 177+51+198=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #B133C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133C6 is #4ECC39. Grayscale: #686868. Windows color (decimal): -5164090 or 12989361. OLE color: 12989361.

HSL color Cylindrical-coordinate representation of color #B133C6: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B133C6 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17751198-
CMYK0.110.7400.22
HSL291.43º59.04%48.82%-
HSV(B)291.43º74.24%77.65%-
XYZ29.5115.7954.92-
YUV105.43180.24179.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 51 (20.31% from 255) = 11.97%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=41.55%
G=11.97%
B=46.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177511980.110.7400.22291.4359.0448.82
HexB133C6B4A0161233b31
Octal26163306131120264437361
Binary101100011100111100011010111001010010110100100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133C6; }

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

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

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

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

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

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

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

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