Html Css Color HEX #B114F2 Electric Purple

📋 copy color: '#B114F2'

red 177 ◦ green 20 ◦ blue 242

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

Shades of Electric Purple #B114F2

Tints of Electric Purple #B114F2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.56%

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

R = 40.32%
G = 4.56%
B = 55.13%

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

#B114F2 (or 0xB114F2) is known color: Electric Purple. HEX triplet: B1, 14 and F2. RGB value is (177,20,242). Sum of RGB (Red+Green+Blue) = 177+20+242=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #B114F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B114F2 is #4EEB0D. Grayscale: #5B5B5B. Windows color (decimal): -5171982 or 15865009. OLE color: 15865009.

HSL color Cylindrical-coordinate representation of color #B114F2: hue angle of 282.43º 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 #B114F2 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 20 242 -
CMYK 0.27 0.92 0 0.05
HSL 282.43º 0.9% 0.51% -
HSV(B) 282.43º 0.92% 0.95% -
XYZ 34.41 16.26 85.33 -
YUV 92.25 212.51 188.45 -
System Red Green Blue C M Y K H S L
Decimal 177 20 242 0.27 0.92 0 0.05 282.43 0.9 0.51
Hex B1 14 F2 1B 5C 0 5 11A 5A 33
Octal 261 24 362 33 134 0 5 432 132 63
Binary 10110001 10100 11110010 11011 1011100 0 101 100011010 1011010 110011

Color Harmonies of #B114F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114F2

Black with #B114F2

Text Example


Text Example

White with #B114F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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