Html Css Color HEX #B50EDF Electric Purple

📋 copy color: '#B50EDF'

red 181 ◦ green 14 ◦ blue 223

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

Shades of Electric Purple #B50EDF

Tints of Electric Purple #B50EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.35%

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 43.3%
G = 3.35%
B = 53.35%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B50EDF (or 0xB50EDF) is known color: Electric Purple. HEX triplet: B5, 0E and DF. RGB value is (181,14,223). Sum of RGB (Red+Green+Blue) = 181+14+223=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #B50EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EDF is #4AF120. Grayscale: #575757. Windows color (decimal): -4911393 or 14618293. OLE color: 14618293.

HSL color Cylindrical-coordinate representation of color #B50EDF: hue angle of 287.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EDF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 14 223 -
CMYK 0.19 0.94 0 0.13
HSL 287.94º 0.88% 0.46% -
HSV(B) 287.94º 0.94% 0.87% -
XYZ 32.53 15.47 71.08 -
YUV 87.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 181 14 223 0.19 0.94 0 0.13 287.94 0.88 0.46
Hex B5 E DF 13 5E 0 D 120 58 2E
Octal 265 16 337 23 136 0 15 440 130 56
Binary 10110101 1110 11011111 10011 1011110 0 1101 100100000 1011000 101110

Color Harmonies of #B50EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EDF

Black with #B50EDF

Text Example


Text Example

White with #B50EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EDF; }

 p { color: rgb(181,14,223); }

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

background-color css

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

 a { background-color: rgb(181,14,223); }

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

border-color css

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

 span { border-color: rgb(181,14,223); }

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