Html Css Color HEX #B509FF Electric Purple

📋 copy color: '#B509FF'

red 181 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #B509FF

Tints of Electric Purple #B509FF

RGB

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

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

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

R = 40.67%
G = 2.02%
B = 57.3%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B509FF (or 0xB509FF) is known color: Electric Purple. HEX triplet: B5, 09 and FF. RGB value is (181,9,255). Sum of RGB (Red+Green+Blue) = 181+9+255=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B509FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B509FF is #4AF600. Grayscale: #575757. Windows color (decimal): -4912641 or 16714165. OLE color: 16714165.

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

Color convert

RGB 181 9 255 -
CMYK 0.29 0.96 0 0
HSL 281.95º 1% 0.52% -
HSV(B) 281.95º 0.96% 1% -
XYZ 37.2 17.24 95.97 -
YUV 88.47 221.98 194 -
System Red Green Blue C M Y K H S L
Decimal 181 9 255 0.29 0.96 0 0 281.95 1 0.52
Hex B5 9 FF 1D 60 0 0 11A 64 34
Octal 265 11 377 35 140 0 0 432 144 64
Binary 10110101 1001 11111111 11101 1100000 0 0 100011010 1100100 110100

Color Harmonies of #B509FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509FF

Black with #B509FF

Text Example


Text Example

White with #B509FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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