Html Css Color HEX #B505EE Electric Purple

📋 copy color: '#B505EE'

red 181 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #B505EE

Tints of Electric Purple #B505EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 42.69%
G = 1.18%
B = 56.13%

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

#B505EE (or 0xB505EE) is known color: Electric Purple. HEX triplet: B5, 05 and EE. RGB value is (181,5,238). Sum of RGB (Red+Green+Blue) = 181+5+238=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #B505EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505EE is #4AFA11. Grayscale: #535353. Windows color (decimal): -4913682 or 15599029. OLE color: 15599029.

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

Color convert

RGB 181 5 238 -
CMYK 0.24 0.98 0 0.07
HSL 285.32º 0.96% 0.48% -
HSV(B) 285.32º 0.98% 0.93% -
XYZ 34.54 16.11 82.18 -
YUV 84.19 214.81 197.05 -
System Red Green Blue C M Y K H S L
Decimal 181 5 238 0.24 0.98 0 0.07 285.32 0.96 0.48
Hex B5 5 EE 18 62 0 7 11D 60 30
Octal 265 5 356 30 142 0 7 435 140 60
Binary 10110101 101 11101110 11000 1100010 0 111 100011101 1100000 110000

Color Harmonies of #B505EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505EE

Black with #B505EE

Text Example


Text Example

White with #B505EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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