Html Css Color HEX #B20BED Electric Purple

📋 copy color: '#B20BED'

red 178 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #B20BED

Tints of Electric Purple #B20BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 41.78%
G = 2.58%
B = 55.63%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B20BED (or 0xB20BED) is known color: Electric Purple. HEX triplet: B2, 0B and ED. RGB value is (178,11,237). Sum of RGB (Red+Green+Blue) = 178+11+237=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #B20BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20BED is #4DF412. Grayscale: #555555. Windows color (decimal): -5108755 or 15535026. OLE color: 15535026.

HSL color Cylindrical-coordinate representation of color #B20BED: hue angle of 284.34º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BED is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 11 237 -
CMYK 0.25 0.95 0 0.07
HSL 284.34º 0.91% 0.49% -
HSV(B) 284.34º 0.95% 0.93% -
XYZ 33.77 15.82 81.39 -
YUV 86.7 212.83 193.12 -
System Red Green Blue C M Y K H S L
Decimal 178 11 237 0.25 0.95 0 0.07 284.34 0.91 0.49
Hex B2 B ED 19 5F 0 7 11C 5B 31
Octal 262 13 355 31 137 0 7 434 133 61
Binary 10110010 1011 11101101 11001 1011111 0 111 100011100 1011011 110001

Color Harmonies of #B20BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BED

Black with #B20BED

Text Example


Text Example

White with #B20BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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