Html Css Color HEX #B51EEA Electric Purple

📋 copy color: '#B51EEA'

red 181 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #B51EEA

Tints of Electric Purple #B51EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

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

R = 40.67%
G = 6.74%
B = 52.58%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B51EEA (or 0xB51EEA) is known color: Electric Purple. HEX triplet: B5, 1E and EA. RGB value is (181,30,234). Sum of RGB (Red+Green+Blue) = 181+30+234=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #B51EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51EEA is #4AE115. Grayscale: #616161. Windows color (decimal): -4907286 or 15343285. OLE color: 15343285.

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

Color convert

RGB 181 30 234 -
CMYK 0.23 0.87 0 0.08
HSL 284.41º 0.83% 0.52% -
HSV(B) 284.41º 0.87% 0.92% -
XYZ 34.37 16.69 79.25 -
YUV 98.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 181 30 234 0.23 0.87 0 0.08 284.41 0.83 0.52
Hex B5 1E EA 17 57 0 8 11C 53 34
Octal 265 36 352 27 127 0 10 434 123 64
Binary 10110101 11110 11101010 10111 1010111 0 1000 100011100 1010011 110100

Color Harmonies of #B51EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EEA

Black with #B51EEA

Text Example


Text Example

White with #B51EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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