Html Css Color HEX #B50FE1 Electric Purple

📋 copy color: '#B50FE1'

red 181 ◦ green 15 ◦ blue 225

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

Shades of Electric Purple #B50FE1

Tints of Electric Purple #B50FE1

RGB

 RED value IS 181 (71.09% from 255) = 42.99%

 GREEN value IS 15 (6.25% from 255) = 3.56%

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 42.99%
G = 3.56%
B = 53.44%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B50FE1 (or 0xB50FE1) is known color: Electric Purple. HEX triplet: B5, 0F and E1. RGB value is (181,15,225). Sum of RGB (Red+Green+Blue) = 181+15+225=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #B50FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FE1 is #4AF01E. Grayscale: #575757. Windows color (decimal): -4911135 or 14749621. OLE color: 14749621.

HSL color Cylindrical-coordinate representation of color #B50FE1: hue angle of 287.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FE1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 15 225 -
CMYK 0.20 0.93 0 0.12
HSL 287.43º 0.88% 0.47% -
HSV(B) 287.43º 0.93% 0.88% -
XYZ 32.82 15.6 72.52 -
YUV 88.57 205 193.92 -
System Red Green Blue C M Y K H S L
Decimal 181 15 225 0.20 0.93 0 0.12 287.43 0.88 0.47
Hex B5 F E1 14 5D 0 C 11F 58 2F
Octal 265 17 341 24 135 0 14 437 130 57
Binary 10110101 1111 11100001 10100 1011101 0 1100 100011111 1011000 101111

Color Harmonies of #B50FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FE1

Black with #B50FE1

Text Example


Text Example

White with #B50FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FE1; }

 p { color: rgb(181,15,225); }

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

background-color css

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

 a { background-color: rgb(181,15,225); }

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

border-color css

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

 span { border-color: rgb(181,15,225); }

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