Html Css Color HEX #B420DE Dark Orchid

📋 copy color: '#B420DE'

red 180 ◦ green 32 ◦ blue 222

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

Shades of Dark Orchid #B420DE

Tints of Dark Orchid #B420DE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.37%

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

R = 41.47%
G = 7.37%
B = 51.15%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B420DE (or 0xB420DE) is known color: Dark Orchid. HEX triplet: B4, 20 and DE. RGB value is (180,32,222). Sum of RGB (Red+Green+Blue) = 180+32+222=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #B420DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420DE is #4BDF21. Grayscale: #616161. Windows color (decimal): -4972322 or 14557364. OLE color: 14557364.

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

Color convert

RGB 180 32 222 -
CMYK 0.19 0.86 0 0.13
HSL 286.74º 0.75% 0.5% -
HSV(B) 286.74º 0.86% 0.87% -
XYZ 32.52 16.01 70.48 -
YUV 97.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 180 32 222 0.19 0.86 0 0.13 286.74 0.75 0.5
Hex B4 20 DE 13 56 0 D 11F 4B 32
Octal 264 40 336 23 126 0 15 437 113 62
Binary 10110100 100000 11011110 10011 1010110 0 1101 100011111 1001011 110010

Color Harmonies of #B420DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420DE

Black with #B420DE

Text Example


Text Example

White with #B420DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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