Html Css Color HEX #B70AF7 Electric Purple

📋 copy color: '#B70AF7'

red 183 ◦ green 10 ◦ blue 247

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

Shades of Electric Purple #B70AF7

Tints of Electric Purple #B70AF7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 247 (96.88% from 255) = 56.14%

R = 41.59%
G = 2.27%
B = 56.14%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B70AF7 (or 0xB70AF7) is known color: Electric Purple. HEX triplet: B7, 0A and F7. RGB value is (183,10,247). Sum of RGB (Red+Green+Blue) = 183+10+247=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #B70AF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70AF7 is #48F508. Grayscale: #575757. Windows color (decimal): -4781321 or 16190135. OLE color: 16190135.

HSL color Cylindrical-coordinate representation of color #B70AF7: hue angle of 283.8º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70AF7 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 10 247 -
CMYK 0.26 0.96 0 0.03
HSL 283.8º 0.94% 0.5% -
HSV(B) 283.8º 0.96% 0.97% -
XYZ 36.43 17 89.36 -
YUV 88.75 217.31 195.23 -
System Red Green Blue C M Y K H S L
Decimal 183 10 247 0.26 0.96 0 0.03 283.8 0.94 0.5
Hex B7 A F7 1A 60 0 3 11C 5E 32
Octal 267 12 367 32 140 0 3 434 136 62
Binary 10110111 1010 11110111 11010 1100000 0 11 100011100 1011110 110010

Color Harmonies of #B70AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70AF7

Black with #B70AF7

Text Example


Text Example

White with #B70AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70AF7; }

 p { color: rgb(183,10,247); }

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

background-color css

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

 a { background-color: rgb(183,10,247); }

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

border-color css

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

 span { border-color: rgb(183,10,247); }

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