Html Css Color HEX #B12CFB Electric Purple

📋 copy color: '#B12CFB'

red 177 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #B12CFB

Tints of Electric Purple #B12CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 37.5%
G = 9.32%
B = 53.18%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B12CFB (or 0xB12CFB) is known color: Electric Purple. HEX triplet: B1, 2C and FB. RGB value is (177,44,251). Sum of RGB (Red+Green+Blue) = 177+44+251=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #B12CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CFB is #4ED304. Grayscale: #6A6A6A. Windows color (decimal): -5165829 or 16460977. OLE color: 16460977.

HSL color Cylindrical-coordinate representation of color #B12CFB: hue angle of 278.55º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12CFB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 44 251 -
CMYK 0.29 0.82 0 0.02
HSL 278.55º 0.96% 0.58% -
HSV(B) 278.55º 0.82% 0.98% -
XYZ 36.44 18.11 92.84 -
YUV 107.37 209.06 177.67 -
System Red Green Blue C M Y K H S L
Decimal 177 44 251 0.29 0.82 0 0.02 278.55 0.96 0.58
Hex B1 2C FB 1D 52 0 2 117 60 3A
Octal 261 54 373 35 122 0 2 427 140 72
Binary 10110001 101100 11111011 11101 1010010 0 10 100010111 1100000 111010

Color Harmonies of #B12CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CFB

Black with #B12CFB

Text Example


Text Example

White with #B12CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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