Html Css Color HEX #B50AEA Electric Purple

📋 copy color: '#B50AEA'

red 181 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #B50AEA

Tints of Electric Purple #B50AEA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

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

R = 42.59%
G = 2.35%
B = 55.06%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B50AEA (or 0xB50AEA) is known color: Electric Purple. HEX triplet: B5, 0A and EA. RGB value is (181,10,234). Sum of RGB (Red+Green+Blue) = 181+10+234=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #B50AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50AEA is #4AF515. Grayscale: #555555. Windows color (decimal): -4912406 or 15338165. OLE color: 15338165.

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

Color convert

RGB 181 10 234 -
CMYK 0.23 0.96 0 0.08
HSL 285.8º 0.92% 0.48% -
HSV(B) 285.8º 0.96% 0.92% -
XYZ 34.02 15.98 79.13 -
YUV 86.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 181 10 234 0.23 0.96 0 0.08 285.8 0.92 0.48
Hex B5 A EA 17 60 0 8 11E 5C 30
Octal 265 12 352 27 140 0 10 436 134 60
Binary 10110101 1010 11101010 10111 1100000 0 1000 100011110 1011100 110000

Color Harmonies of #B50AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50AEA

Black with #B50AEA

Text Example


Text Example

White with #B50AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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