Html Css Color HEX #B424DE Dark Orchid

📋 copy color: '#B424DE'

red 180 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #B424DE

Tints of Dark Orchid #B424DE

RGB

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

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

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

R = 41.1%
G = 8.22%
B = 50.68%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B424DE (or 0xB424DE) is known color: Dark Orchid. HEX triplet: B4, 24 and DE. RGB value is (180,36,222). Sum of RGB (Red+Green+Blue) = 180+36+222=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B424DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424DE is #4BDB21. Grayscale: #636363. Windows color (decimal): -4971298 or 14558388. OLE color: 14558388.

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

Color convert

RGB 180 36 222 -
CMYK 0.19 0.84 0 0.13
HSL 286.45º 0.74% 0.51% -
HSV(B) 286.45º 0.84% 0.87% -
XYZ 32.64 16.24 70.52 -
YUV 100.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 180 36 222 0.19 0.84 0 0.13 286.45 0.74 0.51
Hex B4 24 DE 13 54 0 D 11E 4A 33
Octal 264 44 336 23 124 0 15 436 112 63
Binary 10110100 100100 11011110 10011 1010100 0 1101 100011110 1001010 110011

Color Harmonies of #B424DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424DE

Black with #B424DE

Text Example


Text Example

White with #B424DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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