Html Css Color HEX #B12DFE Electric Purple

📋 copy color: '#B12DFE'

red 177 ◦ green 45 ◦ blue 254

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

Shades of Electric Purple #B12DFE

Tints of Electric Purple #B12DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

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

R = 37.18%
G = 9.45%
B = 53.36%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B12DFE (or 0xB12DFE) is known color: Electric Purple. HEX triplet: B1, 2D and FE. RGB value is (177,45,254). Sum of RGB (Red+Green+Blue) = 177+45+254=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #B12DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DFE is #4ED201. Grayscale: #6B6B6B. Windows color (decimal): -5165570 or 16657841. OLE color: 16657841.

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

Color convert

RGB 177 45 254 -
CMYK 0.30 0.82 0 0.00
HSL 277.89º 0.99% 0.59% -
HSV(B) 277.89º 0.82% 1% -
XYZ 36.96 18.38 95.37 -
YUV 108.29 210.23 177.01 -
System Red Green Blue C M Y K H S L
Decimal 177 45 254 0.30 0.82 0 0.00 277.89 0.99 0.59
Hex B1 2D FE 1E 52 0 0 116 63 3B
Octal 261 55 376 36 122 0 0 426 143 73
Binary 10110001 101101 11111110 11110 1010010 0 0 100010110 1100011 111011

Color Harmonies of #B12DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DFE

Black with #B12DFE

Text Example


Text Example

White with #B12DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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