Html Css Color HEX #B113FB Electric Purple

📋 copy color: '#B113FB'

red 177 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #B113FB

Tints of Electric Purple #B113FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

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

R = 39.6%
G = 4.25%
B = 56.15%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B113FB (or 0xB113FB) is known color: Electric Purple. HEX triplet: B1, 13 and FB. RGB value is (177,19,251). Sum of RGB (Red+Green+Blue) = 177+19+251=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #B113FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B113FB is #4EEC04. Grayscale: #5B5B5B. Windows color (decimal): -5172229 or 16454577. OLE color: 16454577.

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

Color convert

RGB 177 19 251 -
CMYK 0.29 0.92 0 0.02
HSL 280.86º 0.97% 0.53% -
HSV(B) 280.86º 0.92% 0.98% -
XYZ 35.78 16.78 92.62 -
YUV 92.69 217.35 188.14 -
System Red Green Blue C M Y K H S L
Decimal 177 19 251 0.29 0.92 0 0.02 280.86 0.97 0.53
Hex B1 13 FB 1D 5C 0 2 119 61 35
Octal 261 23 373 35 134 0 2 431 141 65
Binary 10110001 10011 11111011 11101 1011100 0 10 100011001 1100001 110101

Color Harmonies of #B113FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113FB

Black with #B113FB

Text Example


Text Example

White with #B113FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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