#B231BA

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

Shades of Dark Orchid #B231BA

Tints of Dark Orchid #B231BA

Color information

#B231BA (or 0xB231BA) is unknown color: approx Dark Orchid. HEX triplet: B2, 31 and BA. RGB value is (178,49,186). Sum of RGB (Red+Green+Blue) = 178+49+186=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B231BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231BA is #4DCE45. Grayscale: #666666. Windows color (decimal): -5099078 or 12202418. OLE color: 12202418.

HSL color Cylindrical-coordinate representation of color #B231BA: hue angle of 296.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B231BA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17849186-
CMYK0.040.7400.27
HSL296.5º58.3%46.08%-
HSV(B)296.5º73.66%72.94%-
XYZ28.3215.2147.9-
YUV103.19174.74181.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=43.10%
G=11.86%
B=45.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178491860.040.7400.27296.558.346.08
HexB231BA44A01B1283a2e
Octal2626127241120334507256
Binary10110010110001101110101001001010011011100101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B231BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B231BA; }

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

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

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

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

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

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

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

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