Html Css Color HEX #B824DB Dark Orchid

📋 copy color: '#B824DB'

red 184 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #B824DB

Tints of Dark Orchid #B824DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 41.91%
G = 8.2%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B824DB (or 0xB824DB) is known color: Dark Orchid. HEX triplet: B8, 24 and DB. RGB value is (184,36,219). Sum of RGB (Red+Green+Blue) = 184+36+219=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B824DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824DB is #47DB24. Grayscale: #646464. Windows color (decimal): -4709157 or 14361784. OLE color: 14361784.

HSL color Cylindrical-coordinate representation of color #B824DB: hue angle of 288.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B824DB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 36 219 -
CMYK 0.16 0.84 0 0.14
HSL 288.52º 0.72% 0.5% -
HSV(B) 288.52º 0.84% 0.86% -
XYZ 33.18 16.57 68.47 -
YUV 101.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 184 36 219 0.16 0.84 0 0.14 288.52 0.72 0.5
Hex B8 24 DB 10 54 0 E 121 48 32
Octal 270 44 333 20 124 0 16 441 110 62
Binary 10111000 100100 11011011 10000 1010100 0 1110 100100001 1001000 110010

Color Harmonies of #B824DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824DB

Black with #B824DB

Text Example


Text Example

White with #B824DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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