#B829E6

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

Shades of Dark Orchid #B829E6

Tints of Dark Orchid #B829E6

Color information

#B829E6 (or 0xB829E6) is unknown color: approx Dark Orchid. HEX triplet: B8, 29 and E6. RGB value is (184,41,230). Sum of RGB (Red+Green+Blue) = 184+41+230=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #B829E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829E6 is #47D619. Grayscale: #686868. Windows color (decimal): -4707866 or 15083960. OLE color: 15083960.

HSL color Cylindrical-coordinate representation of color #B829E6: hue angle of 285.4º 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 #B829E6 is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18441230-
CMYK0.20.8200.10
HSL285.4º79.08%53.14%-
HSV(B)285.4º82.17%90.2%-
XYZ34.8417.4976.4-
YUV105.3198.38184.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 41 (16.41% from 255) = 9.01%
BLUE value IS 230 (90.23% from 255) = 50.55%
R=40.44%
G=9.01%
B=50.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184412300.20.8200.10285.479.0853.14
HexB829E614520A11d4f35
Octal270513462412201243511765
Binary1011100010100111100110101001010010010101000111011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B829E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B829E6; }

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

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

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

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

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

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

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

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