Html Css Color HEX #B508FF Electric Purple

📋 copy color: '#B508FF'

red 181 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #B508FF

Tints of Electric Purple #B508FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.8%

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

R = 40.77%
G = 1.8%
B = 57.43%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B508FF (or 0xB508FF) is known color: Electric Purple. HEX triplet: B5, 08 and FF. RGB value is (181,8,255). Sum of RGB (Red+Green+Blue) = 181+8+255=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B508FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B508FF is #4AF700. Grayscale: #575757. Windows color (decimal): -4912897 or 16713909. OLE color: 16713909.

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

Color convert

RGB 181 8 255 -
CMYK 0.29 0.97 0 0
HSL 282.02º 1% 0.52% -
HSV(B) 282.02º 0.97% 1% -
XYZ 37.19 17.22 95.97 -
YUV 87.89 222.31 194.42 -
System Red Green Blue C M Y K H S L
Decimal 181 8 255 0.29 0.97 0 0 282.02 1 0.52
Hex B5 8 FF 1D 61 0 0 11A 64 34
Octal 265 10 377 35 141 0 0 432 144 64
Binary 10110101 1000 11111111 11101 1100001 0 0 100011010 1100100 110100

Color Harmonies of #B508FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508FF

Black with #B508FF

Text Example


Text Example

White with #B508FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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