Html Css Color HEX #B20BFB Electric Purple

📋 copy color: '#B20BFB'

red 178 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #B20BFB

Tints of Electric Purple #B20BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 40.45%
G = 2.5%
B = 57.05%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B20BFB (or 0xB20BFB) is known color: Electric Purple. HEX triplet: B2, 0B and FB. RGB value is (178,11,251). Sum of RGB (Red+Green+Blue) = 178+11+251=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #B20BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20BFB is #4DF404. Grayscale: #575757. Windows color (decimal): -5108741 or 16452530. OLE color: 16452530.

HSL color Cylindrical-coordinate representation of color #B20BFB: hue angle of 281.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20BFB is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 11 251 -
CMYK 0.29 0.96 0 0.02
HSL 281.75º 0.97% 0.51% -
HSV(B) 281.75º 0.96% 0.98% -
XYZ 35.89 16.67 92.59 -
YUV 88.29 219.83 191.99 -
System Red Green Blue C M Y K H S L
Decimal 178 11 251 0.29 0.96 0 0.02 281.75 0.97 0.51
Hex B2 B FB 1D 60 0 2 11A 61 33
Octal 262 13 373 35 140 0 2 432 141 63
Binary 10110010 1011 11111011 11101 1100000 0 10 100011010 1100001 110011

Color Harmonies of #B20BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BFB

Black with #B20BFB

Text Example


Text Example

White with #B20BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BFB; }

 p { color: rgb(178,11,251); }

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

background-color css

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

 a { background-color: rgb(178,11,251); }

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

border-color css

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

 span { border-color: rgb(178,11,251); }

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