Html Css Color HEX #B412FB Electric Purple

📋 copy color: '#B412FB'

red 180 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #B412FB

Tints of Electric Purple #B412FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.01%

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 40.09%
G = 4.01%
B = 55.9%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B412FB (or 0xB412FB) is known color: Electric Purple. HEX triplet: B4, 12 and FB. RGB value is (180,18,251). Sum of RGB (Red+Green+Blue) = 180+18+251=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #B412FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412FB is #4BED04. Grayscale: #5C5C5C. Windows color (decimal): -4975877 or 16454324. OLE color: 16454324.

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

Color convert

RGB 180 18 251 -
CMYK 0.28 0.93 0 0.02
HSL 281.72º 0.97% 0.53% -
HSV(B) 281.72º 0.93% 0.98% -
XYZ 36.45 17.1 92.65 -
YUV 93 217.17 190.05 -
System Red Green Blue C M Y K H S L
Decimal 180 18 251 0.28 0.93 0 0.02 281.72 0.97 0.53
Hex B4 12 FB 1C 5D 0 2 11A 61 35
Octal 264 22 373 34 135 0 2 432 141 65
Binary 10110100 10010 11111011 11100 1011101 0 10 100011010 1100001 110101

Color Harmonies of #B412FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412FB

Black with #B412FB

Text Example


Text Example

White with #B412FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412FB; }

 p { color: rgb(180,18,251); }

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

background-color css

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

 a { background-color: rgb(180,18,251); }

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

border-color css

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

 span { border-color: rgb(180,18,251); }

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