Html Css Color HEX #B503FB Electric Purple

📋 copy color: '#B503FB'

red 181 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #B503FB

Tints of Electric Purple #B503FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 41.61%
G = 0.69%
B = 57.7%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B503FB (or 0xB503FB) is known color: Electric Purple. HEX triplet: B5, 03 and FB. RGB value is (181,3,251). Sum of RGB (Red+Green+Blue) = 181+3+251=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #B503FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503FB is #4AFC04. Grayscale: #535353. Windows color (decimal): -4914181 or 16450485. OLE color: 16450485.

HSL color Cylindrical-coordinate representation of color #B503FB: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503FB is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 3 251 -
CMYK 0.28 0.99 0 0.02
HSL 283.06º 0.98% 0.5% -
HSV(B) 283.06º 0.99% 0.98% -
XYZ 36.5 16.85 92.6 -
YUV 84.49 221.97 196.83 -
System Red Green Blue C M Y K H S L
Decimal 181 3 251 0.28 0.99 0 0.02 283.06 0.98 0.5
Hex B5 3 FB 1C 63 0 2 11B 62 32
Octal 265 3 373 34 143 0 2 433 142 62
Binary 10110101 11 11111011 11100 1100011 0 10 100011011 1100010 110010

Color Harmonies of #B503FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503FB

Black with #B503FB

Text Example


Text Example

White with #B503FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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