Html Css Color HEX #B20EE0 Dark Violet

📋 copy color: '#B20EE0'

red 178 ◦ green 14 ◦ blue 224

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

Shades of Dark Violet #B20EE0

Tints of Dark Violet #B20EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 42.79%
G = 3.37%
B = 53.85%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B20EE0 (or 0xB20EE0) is known color: Dark Violet. HEX triplet: B2, 0E and E0. RGB value is (178,14,224). Sum of RGB (Red+Green+Blue) = 178+14+224=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #B20EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EE0 is #4DF11F. Grayscale: #565656. Windows color (decimal): -5108000 or 14683826. OLE color: 14683826.

HSL color Cylindrical-coordinate representation of color #B20EE0: hue angle of 286.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EE0 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 14 224 -
CMYK 0.21 0.94 0 0.12
HSL 286.86º 0.88% 0.47% -
HSV(B) 286.86º 0.94% 0.88% -
XYZ 31.97 15.16 71.76 -
YUV 86.98 205.33 192.92 -
System Red Green Blue C M Y K H S L
Decimal 178 14 224 0.21 0.94 0 0.12 286.86 0.88 0.47
Hex B2 E E0 15 5E 0 C 11F 58 2F
Octal 262 16 340 25 136 0 14 437 130 57
Binary 10110010 1110 11100000 10101 1011110 0 1100 100011111 1011000 101111

Color Harmonies of #B20EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EE0

Black with #B20EE0

Text Example


Text Example

White with #B20EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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