Html Css Color HEX #BF12FF Electric Purple

📋 copy color: '#BF12FF'

red 191 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #BF12FF

Tints of Electric Purple #BF12FF

RGB

 RED value IS 191 (75% from 255) = 41.16%

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

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

R = 41.16%
G = 3.88%
B = 54.96%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF12FF (or 0xBF12FF) is known color: Electric Purple. HEX triplet: BF, 12 and FF. RGB value is (191,18,255). Sum of RGB (Red+Green+Blue) = 191+18+255=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF12FF is #40ED00. Grayscale: #5F5F5F. Windows color (decimal): -4254977 or 16716479. OLE color: 16716479.

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

Color convert

RGB 191 18 255 -
CMYK 0.25 0.93 0 0
HSL 283.8º 1% 0.54% -
HSV(B) 283.8º 0.93% 1% -
XYZ 39.75 18.73 96.13 -
YUV 96.75 217.31 195.23 -
System Red Green Blue C M Y K H S L
Decimal 191 18 255 0.25 0.93 0 0 283.8 1 0.54
Hex BF 12 FF 19 5D 0 0 11C 64 36
Octal 277 22 377 31 135 0 0 434 144 66
Binary 10111111 10010 11111111 11001 1011101 0 0 100011100 1100100 110110

Color Harmonies of #BF12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12FF

Black with #BF12FF

Text Example


Text Example

White with #BF12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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