Html Css Color HEX #B411FC Electric Purple

📋 copy color: '#B411FC'

red 180 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #B411FC

Tints of Electric Purple #B411FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 40.09%
G = 3.79%
B = 56.12%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B411FC (or 0xB411FC) is known color: Electric Purple. HEX triplet: B4, 11 and FC. RGB value is (180,17,252). Sum of RGB (Red+Green+Blue) = 180+17+252=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #B411FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B411FC is #4BEE03. Grayscale: #5B5B5B. Windows color (decimal): -4976132 or 16519604. OLE color: 16519604.

HSL color Cylindrical-coordinate representation of color #B411FC: hue angle of 281.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B411FC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 17 252 -
CMYK 0.29 0.93 0 0.01
HSL 281.62º 0.98% 0.53% -
HSV(B) 281.62º 0.93% 0.99% -
XYZ 36.59 17.13 93.47 -
YUV 92.53 218 190.39 -
System Red Green Blue C M Y K H S L
Decimal 180 17 252 0.29 0.93 0 0.01 281.62 0.98 0.53
Hex B4 11 FC 1D 5D 0 1 11A 62 35
Octal 264 21 374 35 135 0 1 432 142 65
Binary 10110100 10001 11111100 11101 1011101 0 1 100011010 1100010 110101

Color Harmonies of #B411FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411FC

Black with #B411FC

Text Example


Text Example

White with #B411FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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