Html Css Color HEX #B411ED Electric Purple

📋 copy color: '#B411ED'

red 180 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #B411ED

Tints of Electric Purple #B411ED

RGB

 RED value IS 180 (70.7% from 255) = 41.47%

 GREEN value IS 17 (7.03% from 255) = 3.92%

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 41.47%
G = 3.92%
B = 54.61%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B411ED (or 0xB411ED) is known color: Electric Purple. HEX triplet: B4, 11 and ED. RGB value is (180,17,237). Sum of RGB (Red+Green+Blue) = 180+17+237=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #B411ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B411ED is #4BEE12. Grayscale: #5A5A5A. Windows color (decimal): -4976147 or 15536564. OLE color: 15536564.

HSL color Cylindrical-coordinate representation of color #B411ED: hue angle of 284.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B411ED is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 17 237 -
CMYK 0.24 0.93 0 0.07
HSL 284.45º 0.87% 0.5% -
HSV(B) 284.45º 0.93% 0.93% -
XYZ 34.31 16.22 81.44 -
YUV 90.82 210.5 191.61 -
System Red Green Blue C M Y K H S L
Decimal 180 17 237 0.24 0.93 0 0.07 284.45 0.87 0.5
Hex B4 11 ED 18 5D 0 7 11C 57 32
Octal 264 21 355 30 135 0 7 434 127 62
Binary 10110100 10001 11101101 11000 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B411ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411ED

Black with #B411ED

Text Example


Text Example

White with #B411ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411ED; }

 p { color: rgb(180,17,237); }

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

background-color css

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

 a { background-color: rgb(180,17,237); }

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

border-color css

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

 span { border-color: rgb(180,17,237); }

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