Html Css Color HEX #B824D9 Dark Orchid

📋 copy color: '#B824D9'

red 184 ◦ green 36 ◦ blue 217

#B824D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B824D9

Tints of Dark Orchid #B824D9

RGB

 RED value IS 184 (72.27% from 255) = 42.11%

 GREEN value IS 36 (14.45% from 255) = 8.24%

 BLUE value IS 217 (85.16% from 255) = 49.66%

R = 42.11%
G = 8.24%
B = 49.66%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B824D9 (or 0xB824D9) is known color: Dark Orchid. HEX triplet: B8, 24 and D9. RGB value is (184,36,217). Sum of RGB (Red+Green+Blue) = 184+36+217=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #B824D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824D9 is #47DB26. Grayscale: #646464. Windows color (decimal): -4709159 or 14230712. OLE color: 14230712.

HSL color Cylindrical-coordinate representation of color #B824D9: hue angle of 289.06º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B824D9 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 36 217 -
CMYK 0.15 0.83 0 0.15
HSL 289.06º 0.72% 0.5% -
HSV(B) 289.06º 0.83% 0.85% -
XYZ 32.92 16.46 67.09 -
YUV 100.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 184 36 217 0.15 0.83 0 0.15 289.06 0.72 0.5
Hex B8 24 D9 F 53 0 F 121 48 32
Octal 270 44 331 17 123 0 17 441 110 62
Binary 10111000 100100 11011001 1111 1010011 0 1111 100100001 1001000 110010

Color Harmonies of #B824D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824D9

Black with #B824D9

Text Example


Text Example

White with #B824D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824D9; }

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

 H1.HeaderClassName
 {
   color: #B824D9;
 }
 .AnyTagClassName
 {
   color: #B824D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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