Html Css Color HEX #B70FEF Electric Purple

📋 copy color: '#B70FEF'

red 183 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #B70FEF

Tints of Electric Purple #B70FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 41.88%
G = 3.43%
B = 54.69%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B70FEF (or 0xB70FEF) is known color: Electric Purple. HEX triplet: B7, 0F and EF. RGB value is (183,15,239). Sum of RGB (Red+Green+Blue) = 183+15+239=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #B70FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FEF is #48F010. Grayscale: #5A5A5A. Windows color (decimal): -4780049 or 15667127. OLE color: 15667127.

HSL color Cylindrical-coordinate representation of color #B70FEF: hue angle of 285º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70FEF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 15 239 -
CMYK 0.23 0.94 0 0.06
HSL 285º 0.88% 0.5% -
HSV(B) 285º 0.94% 0.94% -
XYZ 35.28 16.64 83.01 -
YUV 90.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 183 15 239 0.23 0.94 0 0.06 285 0.88 0.5
Hex B7 F EF 17 5E 0 6 11D 58 32
Octal 267 17 357 27 136 0 6 435 130 62
Binary 10110111 1111 11101111 10111 1011110 0 110 100011101 1011000 110010

Color Harmonies of #B70FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FEF

Black with #B70FEF

Text Example


Text Example

White with #B70FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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