Html Css Color HEX #B420D0 Dark Orchid

📋 copy color: '#B420D0'

red 180 ◦ green 32 ◦ blue 208

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

Shades of Dark Orchid #B420D0

Tints of Dark Orchid #B420D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 42.86%
G = 7.62%
B = 49.52%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B420D0 (or 0xB420D0) is known color: Dark Orchid. HEX triplet: B4, 20 and D0. RGB value is (180,32,208). Sum of RGB (Red+Green+Blue) = 180+32+208=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #B420D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420D0 is #4BDF2F. Grayscale: #5F5F5F. Windows color (decimal): -4972336 or 13639860. OLE color: 13639860.

HSL color Cylindrical-coordinate representation of color #B420D0: hue angle of 290.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B420D0 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 32 208 -
CMYK 0.13 0.85 0 0.18
HSL 290.45º 0.73% 0.47% -
HSV(B) 290.45º 0.85% 0.82% -
XYZ 30.72 15.29 61.01 -
YUV 96.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 180 32 208 0.13 0.85 0 0.18 290.45 0.73 0.47
Hex B4 20 D0 D 55 0 12 122 49 2F
Octal 264 40 320 15 125 0 22 442 111 57
Binary 10110100 100000 11010000 1101 1010101 0 10010 100100010 1001001 101111

Color Harmonies of #B420D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420D0

Black with #B420D0

Text Example


Text Example

White with #B420D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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