Html Css Color HEX #B12BFC Electric Purple

📋 copy color: '#B12BFC'

red 177 ◦ green 43 ◦ blue 252

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

Shades of Electric Purple #B12BFC

Tints of Electric Purple #B12BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

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

R = 37.5%
G = 9.11%
B = 53.39%

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

#B12BFC (or 0xB12BFC) is known color: Electric Purple. HEX triplet: B1, 2B and FC. RGB value is (177,43,252). Sum of RGB (Red+Green+Blue) = 177+43+252=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #B12BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12BFC is #4ED403. Grayscale: #6A6A6A. Windows color (decimal): -5166084 or 16526257. OLE color: 16526257.

HSL color Cylindrical-coordinate representation of color #B12BFC: hue angle of 278.47º 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 #B12BFC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 43 252 -
CMYK 0.30 0.83 0 0.01
HSL 278.47º 0.97% 0.58% -
HSV(B) 278.47º 0.83% 0.99% -
XYZ 36.57 18.1 93.66 -
YUV 106.89 209.89 178.01 -
System Red Green Blue C M Y K H S L
Decimal 177 43 252 0.30 0.83 0 0.01 278.47 0.97 0.58
Hex B1 2B FC 1E 53 0 1 116 61 3A
Octal 261 53 374 36 123 0 1 426 141 72
Binary 10110001 101011 11111100 11110 1010011 0 1 100010110 1100001 111010

Color Harmonies of #B12BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BFC

Black with #B12BFC

Text Example


Text Example

White with #B12BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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