Html Css Color HEX #B113F2 Electric Purple

📋 copy color: '#B113F2'

red 177 ◦ green 19 ◦ blue 242

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

Shades of Electric Purple #B113F2

Tints of Electric Purple #B113F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.25%

R = 40.41%
G = 4.34%
B = 55.25%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B113F2 (or 0xB113F2) is known color: Electric Purple. HEX triplet: B1, 13 and F2. RGB value is (177,19,242). Sum of RGB (Red+Green+Blue) = 177+19+242=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #B113F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B113F2 is #4EEC0D. Grayscale: #5A5A5A. Windows color (decimal): -5172238 or 15864753. OLE color: 15864753.

HSL color Cylindrical-coordinate representation of color #B113F2: hue angle of 282.51º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B113F2 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 19 242 -
CMYK 0.27 0.92 0 0.05
HSL 282.51º 0.9% 0.51% -
HSV(B) 282.51º 0.92% 0.95% -
XYZ 34.39 16.22 85.32 -
YUV 91.66 212.85 188.87 -
System Red Green Blue C M Y K H S L
Decimal 177 19 242 0.27 0.92 0 0.05 282.51 0.9 0.51
Hex B1 13 F2 1B 5C 0 5 11B 5A 33
Octal 261 23 362 33 134 0 5 433 132 63
Binary 10110001 10011 11110010 11011 1011100 0 101 100011011 1011010 110011

Color Harmonies of #B113F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113F2

Black with #B113F2

Text Example


Text Example

White with #B113F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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