Html Css Color HEX #B505FF Electric Purple

📋 copy color: '#B505FF'

red 181 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #B505FF

Tints of Electric Purple #B505FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 41.04%
G = 1.13%
B = 57.82%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B505FF (or 0xB505FF) is known color: Electric Purple. HEX triplet: B5, 05 and FF. RGB value is (181,5,255). Sum of RGB (Red+Green+Blue) = 181+5+255=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B505FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505FF is #4AFA00. Grayscale: #555555. Windows color (decimal): -4913665 or 16713141. OLE color: 16713141.

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

Color convert

RGB 181 5 255 -
CMYK 0.29 0.98 0 0
HSL 282.24º 1% 0.51% -
HSV(B) 282.24º 0.98% 1% -
XYZ 37.16 17.15 95.96 -
YUV 86.12 223.31 195.67 -
System Red Green Blue C M Y K H S L
Decimal 181 5 255 0.29 0.98 0 0 282.24 1 0.51
Hex B5 5 FF 1D 62 0 0 11A 64 33
Octal 265 5 377 35 142 0 0 432 144 63
Binary 10110101 101 11111111 11101 1100010 0 0 100011010 1100100 110011

Color Harmonies of #B505FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505FF

Black with #B505FF

Text Example


Text Example

White with #B505FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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