Html Css Color HEX #B12CFC Electric Purple

📋 copy color: '#B12CFC'

red 177 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #B12CFC

Tints of Electric Purple #B12CFC

RGB

 RED value IS 177 (69.53% from 255) = 37.42%

 GREEN value IS 44 (17.58% from 255) = 9.3%

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

R = 37.42%
G = 9.3%
B = 53.28%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B12CFC (or 0xB12CFC) is known color: Electric Purple. HEX triplet: B1, 2C and FC. RGB value is (177,44,252). Sum of RGB (Red+Green+Blue) = 177+44+252=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #B12CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CFC is #4ED303. Grayscale: #6A6A6A. Windows color (decimal): -5165828 or 16526513. OLE color: 16526513.

HSL color Cylindrical-coordinate representation of color #B12CFC: hue angle of 278.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12CFC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 44 252 -
CMYK 0.30 0.83 0 0.01
HSL 278.37º 0.97% 0.58% -
HSV(B) 278.37º 0.83% 0.99% -
XYZ 36.6 18.18 93.67 -
YUV 107.48 209.56 177.59 -
System Red Green Blue C M Y K H S L
Decimal 177 44 252 0.30 0.83 0 0.01 278.37 0.97 0.58
Hex B1 2C FC 1E 53 0 1 116 61 3A
Octal 261 54 374 36 123 0 1 426 141 72
Binary 10110001 101100 11111100 11110 1010011 0 1 100010110 1100001 111010

Color Harmonies of #B12CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CFC

Black with #B12CFC

Text Example


Text Example

White with #B12CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CFC; }

 p { color: rgb(177,44,252); }

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

background-color css

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

 a { background-color: rgb(177,44,252); }

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

border-color css

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

 span { border-color: rgb(177,44,252); }

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