Html Css Color HEX #B112FF Electric Purple

📋 copy color: '#B112FF'

red 177 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #B112FF

Tints of Electric Purple #B112FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 39.33%
G = 4%
B = 56.67%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B112FF (or 0xB112FF) is known color: Electric Purple. HEX triplet: B1, 12 and FF. RGB value is (177,18,255). Sum of RGB (Red+Green+Blue) = 177+18+255=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B112FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112FF is #4EED00. Grayscale: #5B5B5B. Windows color (decimal): -5172481 or 16716465. OLE color: 16716465.

HSL color Cylindrical-coordinate representation of color #B112FF: hue angle of 280.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B112FF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 18 255 -
CMYK 0.31 0.93 0 0
HSL 280.25º 1% 0.54% -
HSV(B) 280.25º 0.93% 1% -
XYZ 36.4 17 95.97 -
YUV 92.56 219.68 188.23 -
System Red Green Blue C M Y K H S L
Decimal 177 18 255 0.31 0.93 0 0 280.25 1 0.54
Hex B1 12 FF 1F 5D 0 0 118 64 36
Octal 261 22 377 37 135 0 0 430 144 66
Binary 10110001 10010 11111111 11111 1011101 0 0 100011000 1100100 110110

Color Harmonies of #B112FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112FF

Black with #B112FF

Text Example


Text Example

White with #B112FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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