Html Css Color HEX #B712FE Electric Purple

📋 copy color: '#B712FE'

red 183 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #B712FE

Tints of Electric Purple #B712FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 40.22%
G = 3.96%
B = 55.82%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B712FE (or 0xB712FE) is known color: Electric Purple. HEX triplet: B7, 12 and FE. RGB value is (183,18,254). Sum of RGB (Red+Green+Blue) = 183+18+254=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B712FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712FE is #48ED01. Grayscale: #5D5D5D. Windows color (decimal): -4779266 or 16650935. OLE color: 16650935.

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

Color convert

RGB 183 18 254 -
CMYK 0.28 0.93 0 0.00
HSL 281.95º 0.99% 0.53% -
HSV(B) 281.95º 0.93% 1% -
XYZ 37.63 17.66 95.19 -
YUV 94.24 218.16 191.31 -
System Red Green Blue C M Y K H S L
Decimal 183 18 254 0.28 0.93 0 0.00 281.95 0.99 0.53
Hex B7 12 FE 1C 5D 0 0 11A 63 35
Octal 267 22 376 34 135 0 0 432 143 65
Binary 10110111 10010 11111110 11100 1011101 0 0 100011010 1100011 110101

Color Harmonies of #B712FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712FE

Black with #B712FE

Text Example


Text Example

White with #B712FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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