Html Css Color HEX #BF18FC Electric Purple

📋 copy color: '#BF18FC'

red 191 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #BF18FC

Tints of Electric Purple #BF18FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.14%

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

R = 40.9%
G = 5.14%
B = 53.96%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF18FC (or 0xBF18FC) is known color: Electric Purple. HEX triplet: BF, 18 and FC. RGB value is (191,24,252). Sum of RGB (Red+Green+Blue) = 191+24+252=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18FC is #40E703. Grayscale: #636363. Windows color (decimal): -4253444 or 16521407. OLE color: 16521407.

HSL color Cylindrical-coordinate representation of color #BF18FC: hue angle of 283.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF18FC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 24 252 -
CMYK 0.24 0.90 0 0.01
HSL 283.95º 0.97% 0.54% -
HSV(B) 283.95º 0.9% 0.99% -
XYZ 39.38 18.76 93.64 -
YUV 99.93 213.83 192.96 -
System Red Green Blue C M Y K H S L
Decimal 191 24 252 0.24 0.90 0 0.01 283.95 0.97 0.54
Hex BF 18 FC 18 5A 0 1 11C 61 36
Octal 277 30 374 30 132 0 1 434 141 66
Binary 10111111 11000 11111100 11000 1011010 0 1 100011100 1100001 110110

Color Harmonies of #BF18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18FC

Black with #BF18FC

Text Example


Text Example

White with #BF18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18FC; }

 p { color: rgb(191,24,252); }

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

background-color css

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

 a { background-color: rgb(191,24,252); }

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

border-color css

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

 span { border-color: rgb(191,24,252); }

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