Html Css Color HEX #B420DF Dark Orchid

📋 copy color: '#B420DF'

red 180 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #B420DF

Tints of Dark Orchid #B420DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 41.38%
G = 7.36%
B = 51.26%

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

#B420DF (or 0xB420DF) is known color: Dark Orchid. HEX triplet: B4, 20 and DF. RGB value is (180,32,223). Sum of RGB (Red+Green+Blue) = 180+32+223=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B420DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420DF is #4BDF20. Grayscale: #616161. Windows color (decimal): -4972321 or 14622900. OLE color: 14622900.

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

Color convert

RGB 180 32 223 -
CMYK 0.19 0.86 0 0.13
HSL 286.49º 0.75% 0.5% -
HSV(B) 286.49º 0.86% 0.87% -
XYZ 32.66 16.06 71.19 -
YUV 98.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 180 32 223 0.19 0.86 0 0.13 286.49 0.75 0.5
Hex B4 20 DF 13 56 0 D 11E 4B 32
Octal 264 40 337 23 126 0 15 436 113 62
Binary 10110100 100000 11011111 10011 1010110 0 1101 100011110 1001011 110010

Color Harmonies of #B420DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420DF

Black with #B420DF

Text Example


Text Example

White with #B420DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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