Html Css Color HEX #B712FC Electric Purple

📋 copy color: '#B712FC'

red 183 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #B712FC

Tints of Electric Purple #B712FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 40.4%
G = 3.97%
B = 55.63%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B712FC (or 0xB712FC) is known color: Electric Purple. HEX triplet: B7, 12 and FC. RGB value is (183,18,252). Sum of RGB (Red+Green+Blue) = 183+18+252=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #B712FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712FC is #48ED03. Grayscale: #5D5D5D. Windows color (decimal): -4779268 or 16519863. OLE color: 16519863.

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

Color convert

RGB 183 18 252 -
CMYK 0.27 0.93 0 0.01
HSL 282.31º 0.98% 0.53% -
HSV(B) 282.31º 0.93% 0.99% -
XYZ 37.32 17.53 93.51 -
YUV 94.01 217.16 191.47 -
System Red Green Blue C M Y K H S L
Decimal 183 18 252 0.27 0.93 0 0.01 282.31 0.98 0.53
Hex B7 12 FC 1B 5D 0 1 11A 62 35
Octal 267 22 374 33 135 0 1 432 142 65
Binary 10110111 10010 11111100 11011 1011101 0 1 100011010 1100010 110101

Color Harmonies of #B712FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B712FC

Black with #B712FC

Text Example


Text Example

White with #B712FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B712FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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