Html Css Color HEX #B712E1 Electric Purple

📋 copy color: '#B712E1'

red 183 ◦ green 18 ◦ blue 225

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

Shades of Electric Purple #B712E1

Tints of Electric Purple #B712E1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.23%

 BLUE value IS 225 (88.28% from 255) = 52.82%

R = 42.96%
G = 4.23%
B = 52.82%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B712E1 (or 0xB712E1) is known color: Electric Purple. HEX triplet: B7, 12 and E1. RGB value is (183,18,225). Sum of RGB (Red+Green+Blue) = 183+18+225=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #B712E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712E1 is #48ED1E. Grayscale: #5A5A5A. Windows color (decimal): -4779295 or 14750391. OLE color: 14750391.

HSL color Cylindrical-coordinate representation of color #B712E1: hue angle of 287.83º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B712E1 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 18 225 -
CMYK 0.19 0.92 0 0.12
HSL 287.83º 0.85% 0.48% -
HSV(B) 287.83º 0.92% 0.88% -
XYZ 33.34 15.94 72.55 -
YUV 90.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 183 18 225 0.19 0.92 0 0.12 287.83 0.85 0.48
Hex B7 12 E1 13 5C 0 C 120 55 30
Octal 267 22 341 23 134 0 14 440 125 60
Binary 10110111 10010 11100001 10011 1011100 0 1100 100100000 1010101 110000

Color Harmonies of #B712E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712E1

Black with #B712E1

Text Example


Text Example

White with #B712E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712E1; }

 p { color: rgb(183,18,225); }

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

background-color css

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

 a { background-color: rgb(183,18,225); }

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

border-color css

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

 span { border-color: rgb(183,18,225); }

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