Html Css Color HEX #B70FE5 Electric Purple

📋 copy color: '#B70FE5'

red 183 ◦ green 15 ◦ blue 229

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

Shades of Electric Purple #B70FE5

Tints of Electric Purple #B70FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.63%

R = 42.86%
G = 3.51%
B = 53.63%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B70FE5 (or 0xB70FE5) is known color: Electric Purple. HEX triplet: B7, 0F and E5. RGB value is (183,15,229). Sum of RGB (Red+Green+Blue) = 183+15+229=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #B70FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FE5 is #48F01A. Grayscale: #585858. Windows color (decimal): -4780059 or 15011767. OLE color: 15011767.

HSL color Cylindrical-coordinate representation of color #B70FE5: hue angle of 287.1º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FE5 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 15 229 -
CMYK 0.20 0.93 0 0.10
HSL 287.1º 0.88% 0.48% -
HSV(B) 287.1º 0.93% 0.9% -
XYZ 33.84 16.07 75.45 -
YUV 89.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 183 15 229 0.20 0.93 0 0.10 287.1 0.88 0.48
Hex B7 F E5 14 5D 0 A 11F 58 30
Octal 267 17 345 24 135 0 12 437 130 60
Binary 10110111 1111 11100101 10100 1011101 0 1010 100011111 1011000 110000

Color Harmonies of #B70FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FE5

Black with #B70FE5

Text Example


Text Example

White with #B70FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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