Html Css Color HEX #B70FFF Electric Purple

📋 copy color: '#B70FFF'

red 183 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #B70FFF

Tints of Electric Purple #B70FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 40.4%
G = 3.31%
B = 56.29%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B70FFF (or 0xB70FFF) is known color: Electric Purple. HEX triplet: B7, 0F and FF. RGB value is (183,15,255). Sum of RGB (Red+Green+Blue) = 183+15+255=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B70FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FFF is #48F000. Grayscale: #5B5B5B. Windows color (decimal): -4780033 or 16715703. OLE color: 16715703.

HSL color Cylindrical-coordinate representation of color #B70FFF: hue angle of 282º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70FFF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 15 255 -
CMYK 0.28 0.94 0 0
HSL 282º 1% 0.53% -
HSV(B) 282º 0.94% 1% -
XYZ 37.75 17.63 96.02 -
YUV 92.59 219.66 192.49 -
System Red Green Blue C M Y K H S L
Decimal 183 15 255 0.28 0.94 0 0 282 1 0.53
Hex B7 F FF 1C 5E 0 0 11A 64 35
Octal 267 17 377 34 136 0 0 432 144 65
Binary 10110111 1111 11111111 11100 1011110 0 0 100011010 1100100 110101

Color Harmonies of #B70FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FFF

Black with #B70FFF

Text Example


Text Example

White with #B70FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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