Html Css Color HEX #B20EFC Electric Purple

📋 copy color: '#B20EFC'

red 178 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #B20EFC

Tints of Electric Purple #B20EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 40.09%
G = 3.15%
B = 56.76%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B20EFC (or 0xB20EFC) is known color: Electric Purple. HEX triplet: B2, 0E and FC. RGB value is (178,14,252). Sum of RGB (Red+Green+Blue) = 178+14+252=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #B20EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EFC is #4DF103. Grayscale: #595959. Windows color (decimal): -5107972 or 16518834. OLE color: 16518834.

HSL color Cylindrical-coordinate representation of color #B20EFC: hue angle of 281.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EFC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 14 252 -
CMYK 0.29 0.94 0 0.01
HSL 281.34º 0.98% 0.52% -
HSV(B) 281.34º 0.94% 0.99% -
XYZ 36.09 16.81 93.44 -
YUV 90.17 219.33 190.65 -
System Red Green Blue C M Y K H S L
Decimal 178 14 252 0.29 0.94 0 0.01 281.34 0.98 0.52
Hex B2 E FC 1D 5E 0 1 119 62 34
Octal 262 16 374 35 136 0 1 431 142 64
Binary 10110010 1110 11111100 11101 1011110 0 1 100011001 1100010 110100

Color Harmonies of #B20EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EFC

Black with #B20EFC

Text Example


Text Example

White with #B20EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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