Html Css Color HEX #B824DE Dark Orchid

📋 copy color: '#B824DE'

red 184 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #B824DE

Tints of Dark Orchid #B824DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 41.63%
G = 8.14%
B = 50.23%

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

#B824DE (or 0xB824DE) is known color: Dark Orchid. HEX triplet: B8, 24 and DE. RGB value is (184,36,222). Sum of RGB (Red+Green+Blue) = 184+36+222=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B824DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824DE is #47DB21. Grayscale: #646464. Windows color (decimal): -4709154 or 14558392. OLE color: 14558392.

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

Color convert

RGB 184 36 222 -
CMYK 0.17 0.84 0 0.13
HSL 287.74º 0.74% 0.51% -
HSV(B) 287.74º 0.84% 0.87% -
XYZ 33.58 16.73 70.57 -
YUV 101.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 184 36 222 0.17 0.84 0 0.13 287.74 0.74 0.51
Hex B8 24 DE 11 54 0 D 120 4A 33
Octal 270 44 336 21 124 0 15 440 112 63
Binary 10111000 100100 11011110 10001 1010100 0 1101 100100000 1001010 110011

Color Harmonies of #B824DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824DE

Black with #B824DE

Text Example


Text Example

White with #B824DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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