Html Css Color HEX #B505E7 Electric Purple

📋 copy color: '#B505E7'

red 181 ◦ green 5 ◦ blue 231

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

Shades of Electric Purple #B505E7

Tints of Electric Purple #B505E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.4%

R = 43.41%
G = 1.2%
B = 55.4%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B505E7 (or 0xB505E7) is known color: Electric Purple. HEX triplet: B5, 05 and E7. RGB value is (181,5,231). Sum of RGB (Red+Green+Blue) = 181+5+231=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #B505E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505E7 is #4AFA18. Grayscale: #525252. Windows color (decimal): -4913689 or 15140277. OLE color: 15140277.

HSL color Cylindrical-coordinate representation of color #B505E7: hue angle of 286.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505E7 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 5 231 -
CMYK 0.22 0.98 0 0.09
HSL 286.73º 0.96% 0.46% -
HSV(B) 286.73º 0.98% 0.91% -
XYZ 33.53 15.7 76.86 -
YUV 83.39 211.31 197.62 -
System Red Green Blue C M Y K H S L
Decimal 181 5 231 0.22 0.98 0 0.09 286.73 0.96 0.46
Hex B5 5 E7 16 62 0 9 11F 60 2E
Octal 265 5 347 26 142 0 11 437 140 56
Binary 10110101 101 11100111 10110 1100010 0 1001 100011111 1100000 101110

Color Harmonies of #B505E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505E7

Black with #B505E7

Text Example


Text Example

White with #B505E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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