Html Css Color HEX #B505ED Electric Purple

📋 copy color: '#B505ED'

red 181 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #B505ED

Tints of Electric Purple #B505ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.03%

R = 42.79%
G = 1.18%
B = 56.03%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B505ED (or 0xB505ED) is known color: Electric Purple. HEX triplet: B5, 05 and ED. RGB value is (181,5,237). Sum of RGB (Red+Green+Blue) = 181+5+237=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #B505ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505ED is #4AFA12. Grayscale: #535353. Windows color (decimal): -4913683 or 15533493. OLE color: 15533493.

HSL color Cylindrical-coordinate representation of color #B505ED: hue angle of 285.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505ED is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 5 237 -
CMYK 0.24 0.98 0 0.07
HSL 285.52º 0.96% 0.47% -
HSV(B) 285.52º 0.98% 0.93% -
XYZ 34.4 16.05 81.41 -
YUV 84.07 214.31 197.14 -
System Red Green Blue C M Y K H S L
Decimal 181 5 237 0.24 0.98 0 0.07 285.52 0.96 0.47
Hex B5 5 ED 18 62 0 7 11E 60 2F
Octal 265 5 355 30 142 0 7 436 140 57
Binary 10110101 101 11101101 11000 1100010 0 111 100011110 1100000 101111

Color Harmonies of #B505ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505ED

Black with #B505ED

Text Example


Text Example

White with #B505ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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