Html Css Color HEX #B912FF Electric Purple

📋 copy color: '#B912FF'

red 185 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #B912FF

Tints of Electric Purple #B912FF

RGB

 RED value IS 185 (72.66% from 255) = 40.39%

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

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

R = 40.39%
G = 3.93%
B = 55.68%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B912FF (or 0xB912FF) is known color: Electric Purple. HEX triplet: B9, 12 and FF. RGB value is (185,18,255). Sum of RGB (Red+Green+Blue) = 185+18+255=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #B912FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912FF is #46ED00. Grayscale: #5E5E5E. Windows color (decimal): -4648193 or 16716473. OLE color: 16716473.

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

Color convert

RGB 185 18 255 -
CMYK 0.27 0.93 0 0
HSL 282.28º 1% 0.54% -
HSV(B) 282.28º 0.93% 1% -
XYZ 38.27 17.97 96.06 -
YUV 94.95 218.33 192.23 -
System Red Green Blue C M Y K H S L
Decimal 185 18 255 0.27 0.93 0 0 282.28 1 0.54
Hex B9 12 FF 1B 5D 0 0 11A 64 36
Octal 271 22 377 33 135 0 0 432 144 66
Binary 10111001 10010 11111111 11011 1011101 0 0 100011010 1100100 110110

Color Harmonies of #B912FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912FF

Black with #B912FF

Text Example


Text Example

White with #B912FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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