#B132CB

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

Shades of Dark Orchid #B132CB

Tints of Dark Orchid #B132CB

Color information

#B132CB (or 0xB132CB) is unknown color: approx Dark Orchid. HEX triplet: B1, 32 and CB. RGB value is (177,50,203). Sum of RGB (Red+Green+Blue) = 177+50+203=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B132CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132CB is #4ECD34. Grayscale: #686868. Windows color (decimal): -5164341 or 13316785. OLE color: 13316785.

HSL color Cylindrical-coordinate representation of color #B132CB: hue angle of 289.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B132CB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17750203-
CMYK0.130.7500.20
HSL289.8º60.47%49.61%-
HSV(B)289.8º75.37%79.61%-
XYZ30.0515.9457.99-
YUV105.42183.08179.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 50 (19.92% from 255) = 11.63%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=41.16%
G=11.63%
B=47.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177502030.130.7500.20289.860.4749.61
HexB132CBD4B0141223c32
Octal26162313151130244427462
Binary101100011100101100101111011001011010100100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132CB; }

 p { color: rgb(177,50,203); }

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

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

 a { background-color: rgb(177,50,203); }

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

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

 span { border-color: rgb(177,50,203); }

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