Html Css Color HEX #B412FF Electric Purple

📋 copy color: '#B412FF'

red 180 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #B412FF

Tints of Electric Purple #B412FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 39.74%
G = 3.97%
B = 56.29%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B412FF (or 0xB412FF) is known color: Electric Purple. HEX triplet: B4, 12 and FF. RGB value is (180,18,255). Sum of RGB (Red+Green+Blue) = 180+18+255=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B412FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412FF is #4BED00. Grayscale: #5C5C5C. Windows color (decimal): -4975873 or 16716468. OLE color: 16716468.

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

Color convert

RGB 180 18 255 -
CMYK 0.29 0.93 0 0
HSL 281.01º 1% 0.54% -
HSV(B) 281.01º 0.93% 1% -
XYZ 37.09 17.36 96 -
YUV 93.46 219.17 189.73 -
System Red Green Blue C M Y K H S L
Decimal 180 18 255 0.29 0.93 0 0 281.01 1 0.54
Hex B4 12 FF 1D 5D 0 0 119 64 36
Octal 264 22 377 35 135 0 0 431 144 66
Binary 10110100 10010 11111111 11101 1011101 0 0 100011001 1100100 110110

Color Harmonies of #B412FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412FF

Black with #B412FF

Text Example


Text Example

White with #B412FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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