Html Css Color HEX #B70FEA Electric Purple

📋 copy color: '#B70FEA'

red 183 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #B70FEA

Tints of Electric Purple #B70FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 42.36%
G = 3.47%
B = 54.17%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B70FEA (or 0xB70FEA) is known color: Electric Purple. HEX triplet: B7, 0F and EA. RGB value is (183,15,234). Sum of RGB (Red+Green+Blue) = 183+15+234=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B70FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FEA is #48F015. Grayscale: #595959. Windows color (decimal): -4780054 or 15339447. OLE color: 15339447.

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

Color convert

RGB 183 15 234 -
CMYK 0.22 0.94 0 0.08
HSL 286.03º 0.88% 0.49% -
HSV(B) 286.03º 0.94% 0.92% -
XYZ 34.55 16.35 79.18 -
YUV 90.2 209.16 194.19 -
System Red Green Blue C M Y K H S L
Decimal 183 15 234 0.22 0.94 0 0.08 286.03 0.88 0.49
Hex B7 F EA 16 5E 0 8 11E 58 31
Octal 267 17 352 26 136 0 10 436 130 61
Binary 10110111 1111 11101010 10110 1011110 0 1000 100011110 1011000 110001

Color Harmonies of #B70FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FEA

Black with #B70FEA

Text Example


Text Example

White with #B70FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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