Html Css Color HEX #B20EDF Dark Violet

📋 copy color: '#B20EDF'

red 178 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #B20EDF

Tints of Dark Violet #B20EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 42.89%
G = 3.37%
B = 53.73%

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

#B20EDF (or 0xB20EDF) is known color: Dark Violet. HEX triplet: B2, 0E and DF. RGB value is (178,14,223). Sum of RGB (Red+Green+Blue) = 178+14+223=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #B20EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EDF is #4DF120. Grayscale: #565656. Windows color (decimal): -5108001 or 14618290. OLE color: 14618290.

HSL color Cylindrical-coordinate representation of color #B20EDF: hue angle of 287.08º 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 #B20EDF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 14 223 -
CMYK 0.20 0.94 0 0.13
HSL 287.08º 0.88% 0.46% -
HSV(B) 287.08º 0.94% 0.87% -
XYZ 31.84 15.11 71.05 -
YUV 86.86 204.83 193.01 -
System Red Green Blue C M Y K H S L
Decimal 178 14 223 0.20 0.94 0 0.13 287.08 0.88 0.46
Hex B2 E DF 14 5E 0 D 11F 58 2E
Octal 262 16 337 24 136 0 15 437 130 56
Binary 10110010 1110 11011111 10100 1011110 0 1101 100011111 1011000 101110

Color Harmonies of #B20EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EDF

Black with #B20EDF

Text Example


Text Example

White with #B20EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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