Html Css Color HEX #B424DB Dark Orchid

📋 copy color: '#B424DB'

red 180 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #B424DB

Tints of Dark Orchid #B424DB

RGB

 RED value IS 180 (70.7% from 255) = 41.38%

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

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

R = 41.38%
G = 8.28%
B = 50.34%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B424DB (or 0xB424DB) is known color: Dark Orchid. HEX triplet: B4, 24 and DB. RGB value is (180,36,219). Sum of RGB (Red+Green+Blue) = 180+36+219=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B424DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424DB is #4BDB24. Grayscale: #636363. Windows color (decimal): -4971301 or 14361780. OLE color: 14361780.

HSL color Cylindrical-coordinate representation of color #B424DB: hue angle of 287.21º 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 #B424DB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 36 219 -
CMYK 0.18 0.84 0 0.14
HSL 287.21º 0.72% 0.5% -
HSV(B) 287.21º 0.84% 0.86% -
XYZ 32.24 16.08 68.42 -
YUV 99.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 180 36 219 0.18 0.84 0 0.14 287.21 0.72 0.5
Hex B4 24 DB 12 54 0 E 11F 48 32
Octal 264 44 333 22 124 0 16 437 110 62
Binary 10110100 100100 11011011 10010 1010100 0 1110 100011111 1001000 110010

Color Harmonies of #B424DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424DB

Black with #B424DB

Text Example


Text Example

White with #B424DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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