Html Css Color HEX #B12BFE Electric Purple

📋 copy color: '#B12BFE'

red 177 ◦ green 43 ◦ blue 254

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

Shades of Electric Purple #B12BFE

Tints of Electric Purple #B12BFE

RGB

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

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

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

R = 37.34%
G = 9.07%
B = 53.59%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B12BFE (or 0xB12BFE) is known color: Electric Purple. HEX triplet: B1, 2B and FE. RGB value is (177,43,254). Sum of RGB (Red+Green+Blue) = 177+43+254=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #B12BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12BFE is #4ED401. Grayscale: #6A6A6A. Windows color (decimal): -5166082 or 16657329. OLE color: 16657329.

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

Color convert

RGB 177 43 254 -
CMYK 0.30 0.83 0 0.00
HSL 278.1º 0.99% 0.58% -
HSV(B) 278.1º 0.83% 1% -
XYZ 36.88 18.23 95.34 -
YUV 107.12 210.89 177.84 -
System Red Green Blue C M Y K H S L
Decimal 177 43 254 0.30 0.83 0 0.00 278.1 0.99 0.58
Hex B1 2B FE 1E 53 0 0 116 63 3A
Octal 261 53 376 36 123 0 0 426 143 72
Binary 10110001 101011 11111110 11110 1010011 0 0 100010110 1100011 111010

Color Harmonies of #B12BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BFE

Black with #B12BFE

Text Example


Text Example

White with #B12BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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