Html Css Color HEX #B20ED8 Dark Violet

📋 copy color: '#B20ED8'

red 178 ◦ green 14 ◦ blue 216

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

Shades of Dark Violet #B20ED8

Tints of Dark Violet #B20ED8

RGB

 RED value IS 178 (69.92% from 255) = 43.63%

 GREEN value IS 14 (5.86% from 255) = 3.43%

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 43.63%
G = 3.43%
B = 52.94%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B20ED8 (or 0xB20ED8) is known color: Dark Violet. HEX triplet: B2, 0E and D8. RGB value is (178,14,216). Sum of RGB (Red+Green+Blue) = 178+14+216=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #B20ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ED8 is #4DF127. Grayscale: #555555. Windows color (decimal): -5108008 or 14159538. OLE color: 14159538.

HSL color Cylindrical-coordinate representation of color #B20ED8: hue angle of 288.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20ED8 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 14 216 -
CMYK 0.18 0.94 0 0.15
HSL 288.71º 0.88% 0.45% -
HSV(B) 288.71º 0.94% 0.85% -
XYZ 30.91 14.74 66.18 -
YUV 86.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 178 14 216 0.18 0.94 0 0.15 288.71 0.88 0.45
Hex B2 E D8 12 5E 0 F 121 58 2D
Octal 262 16 330 22 136 0 17 441 130 55
Binary 10110010 1110 11011000 10010 1011110 0 1111 100100001 1011000 101101

Color Harmonies of #B20ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20ED8

Black with #B20ED8

Text Example


Text Example

White with #B20ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20ED8; }

 p { color: rgb(178,14,216); }

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

background-color css

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

 a { background-color: rgb(178,14,216); }

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

border-color css

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

 span { border-color: rgb(178,14,216); }

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