#B231CA

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

Shades of Dark Orchid #B231CA

Tints of Dark Orchid #B231CA

Color information

#B231CA (or 0xB231CA) is unknown color: approx Dark Orchid. HEX triplet: B2, 31 and CA. RGB value is (178,49,202). Sum of RGB (Red+Green+Blue) = 178+49+202=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 49 (19.53% from 255 or 11.42% 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 #B231CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CA is #4DCE35. Grayscale: #686868. Windows color (decimal): -5099062 or 13250994. OLE color: 13250994.

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

Color convert

RGB17849202-
CMYK0.120.7600.21
HSL290.59º60.96%49.22%-
HSV(B)290.59º75.74%79.22%-
XYZ30.1215.9357.36-
YUV105.01182.74180.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 49 (19.53% from 255) = 11.42%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=41.49%
G=11.42%
B=47.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178492020.120.7600.21290.5960.9649.22
HexB231CAC4C0151233d31
Octal26261312141140254437561
Binary101100101100011100101011001001100010101100100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B231CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B231CA; }

 p { color: rgb(178,49,202); }

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

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

 a { background-color: rgb(178,49,202); }

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

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

 span { border-color: rgb(178,49,202); }

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