Html Css Color HEX #B20EDE Dark Violet

📋 copy color: '#B20EDE'

red 178 ◦ green 14 ◦ blue 222

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

Shades of Dark Violet #B20EDE

Tints of Dark Violet #B20EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 43%
G = 3.38%
B = 53.62%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20EDE (or 0xB20EDE) is known color: Dark Violet. HEX triplet: B2, 0E and DE. RGB value is (178,14,222). Sum of RGB (Red+Green+Blue) = 178+14+222=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #B20EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EDE is #4DF121. Grayscale: #565656. Windows color (decimal): -5108002 or 14552754. OLE color: 14552754.

HSL color Cylindrical-coordinate representation of color #B20EDE: hue angle of 287.31º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EDE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 14 222 -
CMYK 0.20 0.94 0 0.13
HSL 287.31º 0.88% 0.46% -
HSV(B) 287.31º 0.94% 0.87% -
XYZ 31.7 15.05 70.34 -
YUV 86.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 178 14 222 0.20 0.94 0 0.13 287.31 0.88 0.46
Hex B2 E DE 14 5E 0 D 11F 58 2E
Octal 262 16 336 24 136 0 15 437 130 56
Binary 10110010 1110 11011110 10100 1011110 0 1101 100011111 1011000 101110

Color Harmonies of #B20EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EDE

Black with #B20EDE

Text Example


Text Example

White with #B20EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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