Html Css Color HEX #B70FF6 Electric Purple

📋 copy color: '#B70FF6'

red 183 ◦ green 15 ◦ blue 246

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

Shades of Electric Purple #B70FF6

Tints of Electric Purple #B70FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.41%

R = 41.22%
G = 3.38%
B = 55.41%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B70FF6 (or 0xB70FF6) is known color: Electric Purple. HEX triplet: B7, 0F and F6. RGB value is (183,15,246). Sum of RGB (Red+Green+Blue) = 183+15+246=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #B70FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FF6 is #48F009. Grayscale: #5A5A5A. Windows color (decimal): -4780042 or 16125879. OLE color: 16125879.

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

Color convert

RGB 183 15 246 -
CMYK 0.26 0.94 0 0.04
HSL 283.64º 0.93% 0.51% -
HSV(B) 283.64º 0.94% 0.96% -
XYZ 36.33 17.06 88.57 -
YUV 91.57 215.16 193.22 -
System Red Green Blue C M Y K H S L
Decimal 183 15 246 0.26 0.94 0 0.04 283.64 0.93 0.51
Hex B7 F F6 1A 5E 0 4 11C 5D 33
Octal 267 17 366 32 136 0 4 434 135 63
Binary 10110111 1111 11110110 11010 1011110 0 100 100011100 1011101 110011

Color Harmonies of #B70FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FF6

Black with #B70FF6

Text Example


Text Example

White with #B70FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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