#B829CC

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

Shades of Dark Orchid #B829CC

Tints of Dark Orchid #B829CC

Color information

#B829CC (or 0xB829CC) is unknown color: approx Dark Orchid. HEX triplet: B8, 29 and CC. RGB value is (184,41,204). Sum of RGB (Red+Green+Blue) = 184+41+204=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #B829CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CC is #47D633. Grayscale: #656565. Windows color (decimal): -4707892 or 13380024. OLE color: 13380024.

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

Color convert

RGB18441204-
CMYK0.100.8000.2
HSL292.64º66.53%48.04%-
HSV(B)292.64º79.9%80%-
XYZ31.4616.1458.58-
YUV102.34185.38186.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 41 (16.41% from 255) = 9.56%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=42.89%
G=9.56%
B=47.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184412040.100.8000.2292.6466.5348.04
HexB829CCA500141254330
Octal270513141212002444510360
Binary1011100010100111001100101010100000101001001001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B829CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B829CC; }

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

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

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

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

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

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

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

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