#B229B0

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

Shades of Dark Orchid #B229B0

Tints of Dark Orchid #B229B0

Color information

#B229B0 (or 0xB229B0) is unknown color: approx Dark Orchid. HEX triplet: B2, 29 and B0. RGB value is (178,41,176). Sum of RGB (Red+Green+Blue) = 178+41+176=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B229B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B229B0 is #4DD64F. Grayscale: #606060. Windows color (decimal): -5101136 or 11545010. OLE color: 11545010.

HSL color Cylindrical-coordinate representation of color #B229B0: hue angle of 300.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B229B0 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17841176-
CMYK00.770.010.30
HSL300.88º62.56%42.94%-
HSV(B)300.88º76.97%69.8%-
XYZ26.9914.1942.39-
YUV97.35172.39185.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=45.06%
G=10.38%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784117600.770.010.30300.8862.5642.94
HexB229B004D11E12d3f2b
Octal2625126001151364557753
Binary101100101010011011000001001101111110100101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B229B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B229B0; }

 p { color: rgb(178,41,176); }

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

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

 a { background-color: rgb(178,41,176); }

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

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

 span { border-color: rgb(178,41,176); }

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