Html Css Color HEX #B824DD Dark Orchid

📋 copy color: '#B824DD'

red 184 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #B824DD

Tints of Dark Orchid #B824DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 41.72%
G = 8.16%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B824DD (or 0xB824DD) is known color: Dark Orchid. HEX triplet: B8, 24 and DD. RGB value is (184,36,221). Sum of RGB (Red+Green+Blue) = 184+36+221=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B824DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824DD is #47DB22. Grayscale: #646464. Windows color (decimal): -4709155 or 14492856. OLE color: 14492856.

HSL color Cylindrical-coordinate representation of color #B824DD: hue angle of 288º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B824DD is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 36 221 -
CMYK 0.17 0.84 0 0.13
HSL 288º 0.73% 0.5% -
HSV(B) 288º 0.84% 0.87% -
XYZ 33.45 16.67 69.86 -
YUV 101.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 184 36 221 0.17 0.84 0 0.13 288 0.73 0.5
Hex B8 24 DD 11 54 0 D 120 49 32
Octal 270 44 335 21 124 0 15 440 111 62
Binary 10111000 100100 11011101 10001 1010100 0 1101 100100000 1001001 110010

Color Harmonies of #B824DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824DD

Black with #B824DD

Text Example


Text Example

White with #B824DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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