Html Css Color HEX #B70CE6 Electric Purple

📋 copy color: '#B70CE6'

red 183 ◦ green 12 ◦ blue 230

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

Shades of Electric Purple #B70CE6

Tints of Electric Purple #B70CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

 BLUE value IS 230 (90.23% from 255) = 54.12%

R = 43.06%
G = 2.82%
B = 54.12%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B70CE6 (or 0xB70CE6) is known color: Electric Purple. HEX triplet: B7, 0C and E6. RGB value is (183,12,230). Sum of RGB (Red+Green+Blue) = 183+12+230=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #B70CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CE6 is #48F319. Grayscale: #575757. Windows color (decimal): -4780826 or 15076535. OLE color: 15076535.

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

Color convert

RGB 183 12 230 -
CMYK 0.20 0.95 0 0.10
HSL 287.06º 0.9% 0.47% -
HSV(B) 287.06º 0.95% 0.9% -
XYZ 33.94 16.04 76.17 -
YUV 87.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 183 12 230 0.20 0.95 0 0.10 287.06 0.9 0.47
Hex B7 C E6 14 5F 0 A 11F 5A 2F
Octal 267 14 346 24 137 0 12 437 132 57
Binary 10110111 1100 11100110 10100 1011111 0 1010 100011111 1011010 101111

Color Harmonies of #B70CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CE6

Black with #B70CE6

Text Example


Text Example

White with #B70CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CE6; }

 p { color: rgb(183,12,230); }

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

background-color css

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

 a { background-color: rgb(183,12,230); }

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

border-color css

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

 span { border-color: rgb(183,12,230); }

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