Html Css Color HEX #B503DF Electric Purple

📋 copy color: '#B503DF'

red 181 ◦ green 3 ◦ blue 223

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

Shades of Electric Purple #B503DF

Tints of Electric Purple #B503DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 44.47%
G = 0.74%
B = 54.79%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B503DF (or 0xB503DF) is known color: Electric Purple. HEX triplet: B5, 03 and DF. RGB value is (181,3,223). Sum of RGB (Red+Green+Blue) = 181+3+223=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B503DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503DF is #4AFC20. Grayscale: #505050. Windows color (decimal): -4914209 or 14615477. OLE color: 14615477.

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

Color convert

RGB 181 3 223 -
CMYK 0.19 0.99 0 0.13
HSL 288.55º 0.97% 0.44% -
HSV(B) 288.55º 0.99% 0.87% -
XYZ 32.41 15.22 71.04 -
YUV 81.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 181 3 223 0.19 0.99 0 0.13 288.55 0.97 0.44
Hex B5 3 DF 13 63 0 D 121 61 2C
Octal 265 3 337 23 143 0 15 441 141 54
Binary 10110101 11 11011111 10011 1100011 0 1101 100100001 1100001 101100

Color Harmonies of #B503DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503DF

Black with #B503DF

Text Example


Text Example

White with #B503DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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