Html Css Color HEX #B420DD Dark Orchid

📋 copy color: '#B420DD'

red 180 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #B420DD

Tints of Dark Orchid #B420DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 41.57%
G = 7.39%
B = 51.04%

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

#B420DD (or 0xB420DD) is known color: Dark Orchid. HEX triplet: B4, 20 and DD. RGB value is (180,32,221). Sum of RGB (Red+Green+Blue) = 180+32+221=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B420DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420DD is #4BDF22. Grayscale: #616161. Windows color (decimal): -4972323 or 14491828. OLE color: 14491828.

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

Color convert

RGB 180 32 221 -
CMYK 0.19 0.86 0 0.13
HSL 286.98º 0.75% 0.5% -
HSV(B) 286.98º 0.86% 0.87% -
XYZ 32.39 15.96 69.78 -
YUV 97.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 180 32 221 0.19 0.86 0 0.13 286.98 0.75 0.5
Hex B4 20 DD 13 56 0 D 11F 4B 32
Octal 264 40 335 23 126 0 15 437 113 62
Binary 10110100 100000 11011101 10011 1010110 0 1101 100011111 1001011 110010

Color Harmonies of #B420DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420DD

Black with #B420DD

Text Example


Text Example

White with #B420DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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