#B829CB

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

Shades of Dark Orchid #B829CB

Tints of Dark Orchid #B829CB

Color information

#B829CB (or 0xB829CB) is unknown color: approx Dark Orchid. HEX triplet: B8, 29 and CB. RGB value is (184,41,203). Sum of RGB (Red+Green+Blue) = 184+41+203=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B829CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CB is #47D634. Grayscale: #656565. Windows color (decimal): -4707893 or 13314488. OLE color: 13314488.

HSL color Cylindrical-coordinate representation of color #B829CB: hue angle of 292.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B829CB is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18441203-
CMYK0.090.8000.20
HSL292.96º66.39%47.84%-
HSV(B)292.96º79.8%79.61%-
XYZ31.3416.0957.95-
YUV102.22184.88186.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 41 (16.41% from 255) = 9.58%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=42.99%
G=9.58%
B=47.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184412030.090.8000.20292.9666.3947.84
HexB829CB9500141254230
Octal270513131112002444510260
Binary1011100010100111001011100110100000101001001001011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B829CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B829CB; }

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

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

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

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

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

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

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

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