Html Css Color HEX #B70FE4 Electric Purple

📋 copy color: '#B70FE4'

red 183 ◦ green 15 ◦ blue 228

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

Shades of Electric Purple #B70FE4

Tints of Electric Purple #B70FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.52%

R = 42.96%
G = 3.52%
B = 53.52%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B70FE4 (or 0xB70FE4) is known color: Electric Purple. HEX triplet: B7, 0F and E4. RGB value is (183,15,228). Sum of RGB (Red+Green+Blue) = 183+15+228=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #B70FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FE4 is #48F01B. Grayscale: #585858. Windows color (decimal): -4780060 or 14946231. OLE color: 14946231.

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

Color convert

RGB 183 15 228 -
CMYK 0.20 0.93 0 0.11
HSL 287.32º 0.88% 0.48% -
HSV(B) 287.32º 0.93% 0.89% -
XYZ 33.7 16.01 74.71 -
YUV 89.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 183 15 228 0.20 0.93 0 0.11 287.32 0.88 0.48
Hex B7 F E4 14 5D 0 B 11F 58 30
Octal 267 17 344 24 135 0 13 437 130 60
Binary 10110111 1111 11100100 10100 1011101 0 1011 100011111 1011000 110000

Color Harmonies of #B70FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FE4

Black with #B70FE4

Text Example


Text Example

White with #B70FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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