Html Css Color HEX #B620DB Dark Orchid

📋 copy color: '#B620DB'

red 182 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #B620DB

Tints of Dark Orchid #B620DB

RGB

 RED value IS 182 (71.48% from 255) = 42.03%

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 42.03%
G = 7.39%
B = 50.58%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B620DB (or 0xB620DB) is known color: Dark Orchid. HEX triplet: B6, 20 and DB. RGB value is (182,32,219). Sum of RGB (Red+Green+Blue) = 182+32+219=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B620DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620DB is #49DF24. Grayscale: #616161. Windows color (decimal): -4841253 or 14360758. OLE color: 14360758.

HSL color Cylindrical-coordinate representation of color #B620DB: hue angle of 288.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B620DB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 32 219 -
CMYK 0.17 0.85 0 0.14
HSL 288.13º 0.75% 0.49% -
HSV(B) 288.13º 0.85% 0.86% -
XYZ 32.59 16.09 68.41 -
YUV 98.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 182 32 219 0.17 0.85 0 0.14 288.13 0.75 0.49
Hex B6 20 DB 11 55 0 E 120 4B 31
Octal 266 40 333 21 125 0 16 440 113 61
Binary 10110110 100000 11011011 10001 1010101 0 1110 100100000 1001011 110001

Color Harmonies of #B620DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620DB

Black with #B620DB

Text Example


Text Example

White with #B620DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620DB; }

 p { color: rgb(182,32,219); }

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

background-color css

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

 a { background-color: rgb(182,32,219); }

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

border-color css

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

 span { border-color: rgb(182,32,219); }

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