Html Css Color HEX #B70FE7 Electric Purple

📋 copy color: '#B70FE7'

red 183 ◦ green 15 ◦ blue 231

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

Shades of Electric Purple #B70FE7

Tints of Electric Purple #B70FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.85%

R = 42.66%
G = 3.5%
B = 53.85%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B70FE7 (or 0xB70FE7) is known color: Electric Purple. HEX triplet: B7, 0F and E7. RGB value is (183,15,231). Sum of RGB (Red+Green+Blue) = 183+15+231=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #B70FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FE7 is #48F018. Grayscale: #595959. Windows color (decimal): -4780057 or 15142839. OLE color: 15142839.

HSL color Cylindrical-coordinate representation of color #B70FE7: hue angle of 286.67º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70FE7 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 15 231 -
CMYK 0.21 0.94 0 0.09
HSL 286.67º 0.88% 0.48% -
HSV(B) 286.67º 0.94% 0.91% -
XYZ 34.12 16.18 76.93 -
YUV 89.86 207.66 194.44 -
System Red Green Blue C M Y K H S L
Decimal 183 15 231 0.21 0.94 0 0.09 286.67 0.88 0.48
Hex B7 F E7 15 5E 0 9 11F 58 30
Octal 267 17 347 25 136 0 11 437 130 60
Binary 10110111 1111 11100111 10101 1011110 0 1001 100011111 1011000 110000

Color Harmonies of #B70FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FE7

Black with #B70FE7

Text Example


Text Example

White with #B70FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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