Html Css Color HEX #B70FEC Electric Purple

📋 copy color: '#B70FEC'

red 183 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #B70FEC

Tints of Electric Purple #B70FEC

RGB

 RED value IS 183 (71.88% from 255) = 42.17%

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 42.17%
G = 3.46%
B = 54.38%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B70FEC (or 0xB70FEC) is known color: Electric Purple. HEX triplet: B7, 0F and EC. RGB value is (183,15,236). Sum of RGB (Red+Green+Blue) = 183+15+236=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B70FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FEC is #48F013. Grayscale: #595959. Windows color (decimal): -4780052 or 15470519. OLE color: 15470519.

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

Color convert

RGB 183 15 236 -
CMYK 0.22 0.94 0 0.07
HSL 285.61º 0.88% 0.49% -
HSV(B) 285.61º 0.94% 0.93% -
XYZ 34.84 16.47 80.7 -
YUV 90.43 210.16 194.03 -
System Red Green Blue C M Y K H S L
Decimal 183 15 236 0.22 0.94 0 0.07 285.61 0.88 0.49
Hex B7 F EC 16 5E 0 7 11E 58 31
Octal 267 17 354 26 136 0 7 436 130 61
Binary 10110111 1111 11101100 10110 1011110 0 111 100011110 1011000 110001

Color Harmonies of #B70FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FEC

Black with #B70FEC

Text Example


Text Example

White with #B70FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FEC; }

 p { color: rgb(183,15,236); }

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

background-color css

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

 a { background-color: rgb(183,15,236); }

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

border-color css

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

 span { border-color: rgb(183,15,236); }

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