Html Css Color HEX #B112FB Electric Purple

📋 copy color: '#B112FB'

red 177 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #B112FB

Tints of Electric Purple #B112FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

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

R = 39.69%
G = 4.04%
B = 56.28%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B112FB (or 0xB112FB) is known color: Electric Purple. HEX triplet: B1, 12 and FB. RGB value is (177,18,251). Sum of RGB (Red+Green+Blue) = 177+18+251=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #B112FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112FB is #4EED04. Grayscale: #5B5B5B. Windows color (decimal): -5172485 or 16454321. OLE color: 16454321.

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

Color convert

RGB 177 18 251 -
CMYK 0.29 0.93 0 0.02
HSL 280.94º 0.97% 0.53% -
HSV(B) 280.94º 0.93% 0.98% -
XYZ 35.76 16.74 92.61 -
YUV 92.1 217.68 188.55 -
System Red Green Blue C M Y K H S L
Decimal 177 18 251 0.29 0.93 0 0.02 280.94 0.97 0.53
Hex B1 12 FB 1D 5D 0 2 119 61 35
Octal 261 22 373 35 135 0 2 431 141 65
Binary 10110001 10010 11111011 11101 1011101 0 10 100011001 1100001 110101

Color Harmonies of #B112FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112FB

Black with #B112FB

Text Example


Text Example

White with #B112FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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