Html Css Color HEX #B411EC Electric Purple

📋 copy color: '#B411EC'

red 180 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #B411EC

Tints of Electric Purple #B411EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 41.57%
G = 3.93%
B = 54.5%

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

#B411EC (or 0xB411EC) is known color: Electric Purple. HEX triplet: B4, 11 and EC. RGB value is (180,17,236). Sum of RGB (Red+Green+Blue) = 180+17+236=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #B411EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B411EC is #4BEE13. Grayscale: #595959. Windows color (decimal): -4976148 or 15471028. OLE color: 15471028.

HSL color Cylindrical-coordinate representation of color #B411EC: hue angle of 284.66º 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 #B411EC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 17 236 -
CMYK 0.24 0.93 0 0.07
HSL 284.66º 0.87% 0.5% -
HSV(B) 284.66º 0.93% 0.93% -
XYZ 34.16 16.16 80.68 -
YUV 90.7 210 191.69 -
System Red Green Blue C M Y K H S L
Decimal 180 17 236 0.24 0.93 0 0.07 284.66 0.87 0.5
Hex B4 11 EC 18 5D 0 7 11D 57 32
Octal 264 21 354 30 135 0 7 435 127 62
Binary 10110100 10001 11101100 11000 1011101 0 111 100011101 1010111 110010

Color Harmonies of #B411EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411EC

Black with #B411EC

Text Example


Text Example

White with #B411EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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