Html Css Color HEX #B505FD Electric Purple

📋 copy color: '#B505FD'

red 181 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #B505FD

Tints of Electric Purple #B505FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 41.23%
G = 1.14%
B = 57.63%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B505FD (or 0xB505FD) is known color: Electric Purple. HEX triplet: B5, 05 and FD. RGB value is (181,5,253). Sum of RGB (Red+Green+Blue) = 181+5+253=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #B505FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505FD is #4AFA02. Grayscale: #555555. Windows color (decimal): -4913667 or 16582069. OLE color: 16582069.

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

Color convert

RGB 181 5 253 -
CMYK 0.28 0.98 0 0.01
HSL 282.58º 0.98% 0.51% -
HSV(B) 282.58º 0.98% 0.99% -
XYZ 36.84 17.02 94.27 -
YUV 85.9 222.31 195.83 -
System Red Green Blue C M Y K H S L
Decimal 181 5 253 0.28 0.98 0 0.01 282.58 0.98 0.51
Hex B5 5 FD 1C 62 0 1 11B 62 33
Octal 265 5 375 34 142 0 1 433 142 63
Binary 10110101 101 11111101 11100 1100010 0 1 100011011 1100010 110011

Color Harmonies of #B505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505FD

Black with #B505FD

Text Example


Text Example

White with #B505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505FD; }

 p { color: rgb(181,5,253); }

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

background-color css

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

 a { background-color: rgb(181,5,253); }

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

border-color css

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

 span { border-color: rgb(181,5,253); }

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