#B824CD

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

Shades of Dark Orchid #B824CD

Tints of Dark Orchid #B824CD

Color information

#B824CD (or 0xB824CD) is unknown color: approx Dark Orchid. HEX triplet: B8, 24 and CD. RGB value is (184,36,205). Sum of RGB (Red+Green+Blue) = 184+36+205=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #B824CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824CD is #47DB32. Grayscale: #626262. Windows color (decimal): -4709171 or 13444280. OLE color: 13444280.

HSL color Cylindrical-coordinate representation of color #B824CD: hue angle of 292.54º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B824CD is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18436205-
CMYK0.100.8200.20
HSL292.54º70.12%47.25%-
HSV(B)292.54º82.44%80.39%-
XYZ31.4215.8659.16-
YUV99.52187.53188.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 36 (14.45% from 255) = 8.47%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=43.29%
G=8.47%
B=48.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184362050.100.8200.20292.5470.1247.25
HexB824CDA52014125462f
Octal270443151212202444510657
Binary1011100010010011001101101010100100101001001001011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B824CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B824CD; }

 p { color: rgb(184,36,205); }

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

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

 a { background-color: rgb(184,36,205); }

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

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

 span { border-color: rgb(184,36,205); }

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