#B132CA

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

Shades of Dark Orchid #B132CA

Tints of Dark Orchid #B132CA

Color information

#B132CA (or 0xB132CA) is unknown color: approx Dark Orchid. HEX triplet: B1, 32 and CA. RGB value is (177,50,202). Sum of RGB (Red+Green+Blue) = 177+50+202=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B132CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132CA is #4ECD35. Grayscale: #686868. Windows color (decimal): -5164342 or 13251249. OLE color: 13251249.

HSL color Cylindrical-coordinate representation of color #B132CA: hue angle of 290.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B132CA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17750202-
CMYK0.120.7500.21
HSL290.13º60.32%49.41%-
HSV(B)290.13º75.25%79.22%-
XYZ29.9315.8957.37-
YUV105.3182.58179.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=41.26%
G=11.66%
B=47.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177502020.120.7500.21290.1360.3249.41
HexB132CAC4B0151223c31
Octal26162312141130254427461
Binary101100011100101100101011001001011010101100100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132CA; }

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

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

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

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

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

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

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

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