Html Css Color HEX #B508EA Electric Purple

📋 copy color: '#B508EA'

red 181 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #B508EA

Tints of Electric Purple #B508EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 42.79%
G = 1.89%
B = 55.32%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B508EA (or 0xB508EA) is known color: Electric Purple. HEX triplet: B5, 08 and EA. RGB value is (181,8,234). Sum of RGB (Red+Green+Blue) = 181+8+234=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #B508EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B508EA is #4AF715. Grayscale: #545454. Windows color (decimal): -4912918 or 15337653. OLE color: 15337653.

HSL color Cylindrical-coordinate representation of color #B508EA: hue angle of 285.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B508EA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 8 234 -
CMYK 0.23 0.97 0 0.08
HSL 285.93º 0.93% 0.47% -
HSV(B) 285.93º 0.97% 0.92% -
XYZ 33.99 15.94 79.13 -
YUV 85.49 211.81 196.12 -
System Red Green Blue C M Y K H S L
Decimal 181 8 234 0.23 0.97 0 0.08 285.93 0.93 0.47
Hex B5 8 EA 17 61 0 8 11E 5D 2F
Octal 265 10 352 27 141 0 10 436 135 57
Binary 10110101 1000 11101010 10111 1100001 0 1000 100011110 1011101 101111

Color Harmonies of #B508EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508EA

Black with #B508EA

Text Example


Text Example

White with #B508EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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