#B229E6

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

Shades of Dark Orchid #B229E6

Tints of Dark Orchid #B229E6

Color information

#B229E6 (or 0xB229E6) is unknown color: approx Dark Orchid. HEX triplet: B2, 29 and E6. RGB value is (178,41,230). Sum of RGB (Red+Green+Blue) = 178+41+230=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #B229E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229E6 is #4DD619. Grayscale: #666666. Windows color (decimal): -5101082 or 15083954. OLE color: 15083954.

HSL color Cylindrical-coordinate representation of color #B229E6: hue angle of 283.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B229E6 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17841230-
CMYK0.230.8200.10
HSL283.49º79.08%53.14%-
HSV(B)283.49º82.17%90.2%-
XYZ33.4416.7676.34-
YUV103.51199.39181.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 41 (16.41% from 255) = 9.13%
BLUE value IS 230 (90.23% from 255) = 51.22%
R=39.64%
G=9.13%
B=51.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178412300.230.8200.10283.4979.0853.14
HexB229E617520A11b4f35
Octal262513462712201243311765
Binary1011001010100111100110101111010010010101000110111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B229E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B229E6; }

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

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

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

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

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

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

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

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