Html Css Color HEX #B70FEE Electric Purple

📋 copy color: '#B70FEE'

red 183 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #B70FEE

Tints of Electric Purple #B70FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 41.97%
G = 3.44%
B = 54.59%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B70FEE (or 0xB70FEE) is known color: Electric Purple. HEX triplet: B7, 0F and EE. RGB value is (183,15,238). Sum of RGB (Red+Green+Blue) = 183+15+238=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B70FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FEE is #48F011. Grayscale: #595959. Windows color (decimal): -4780050 or 15601591. OLE color: 15601591.

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

Color convert

RGB 183 15 238 -
CMYK 0.23 0.94 0 0.07
HSL 285.2º 0.88% 0.5% -
HSV(B) 285.2º 0.94% 0.93% -
XYZ 35.13 16.58 82.24 -
YUV 90.65 211.16 193.87 -
System Red Green Blue C M Y K H S L
Decimal 183 15 238 0.23 0.94 0 0.07 285.2 0.88 0.5
Hex B7 F EE 17 5E 0 7 11D 58 32
Octal 267 17 356 27 136 0 7 435 130 62
Binary 10110111 1111 11101110 10111 1011110 0 111 100011101 1011000 110010

Color Harmonies of #B70FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FEE

Black with #B70FEE

Text Example


Text Example

White with #B70FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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