Html Css Color HEX #B509E5 Electric Purple

📋 copy color: '#B509E5'

red 181 ◦ green 9 ◦ blue 229

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

Shades of Electric Purple #B509E5

Tints of Electric Purple #B509E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.15%

 BLUE value IS 229 (89.84% from 255) = 54.65%

R = 43.2%
G = 2.15%
B = 54.65%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B509E5 (or 0xB509E5) is known color: Electric Purple. HEX triplet: B5, 09 and E5. RGB value is (181,9,229). Sum of RGB (Red+Green+Blue) = 181+9+229=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #B509E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509E5 is #4AF61A. Grayscale: #545454. Windows color (decimal): -4912667 or 15010229. OLE color: 15010229.

HSL color Cylindrical-coordinate representation of color #B509E5: hue angle of 286.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509E5 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 9 229 -
CMYK 0.21 0.96 0 0.10
HSL 286.91º 0.92% 0.47% -
HSV(B) 286.91º 0.96% 0.9% -
XYZ 33.3 15.68 75.4 -
YUV 85.51 208.98 196.11 -
System Red Green Blue C M Y K H S L
Decimal 181 9 229 0.21 0.96 0 0.10 286.91 0.92 0.47
Hex B5 9 E5 15 60 0 A 11F 5C 2F
Octal 265 11 345 25 140 0 12 437 134 57
Binary 10110101 1001 11100101 10101 1100000 0 1010 100011111 1011100 101111

Color Harmonies of #B509E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509E5

Black with #B509E5

Text Example


Text Example

White with #B509E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509E5; }

 p { color: rgb(181,9,229); }

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

background-color css

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

 a { background-color: rgb(181,9,229); }

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

border-color css

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

 span { border-color: rgb(181,9,229); }

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