Html Css Color HEX #BF18EC Electric Purple

📋 copy color: '#BF18EC'

red 191 ◦ green 24 ◦ blue 236

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

Shades of Electric Purple #BF18EC

Tints of Electric Purple #BF18EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.33%

R = 42.35%
G = 5.32%
B = 52.33%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF18EC (or 0xBF18EC) is known color: Electric Purple. HEX triplet: BF, 18 and EC. RGB value is (191,24,236). Sum of RGB (Red+Green+Blue) = 191+24+236=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18EC is #40E713. Grayscale: #616161. Windows color (decimal): -4253460 or 15472831. OLE color: 15472831.

HSL color Cylindrical-coordinate representation of color #BF18EC: hue angle of 287.26º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF18EC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 24 236 -
CMYK 0.19 0.90 0 0.07
HSL 287.26º 0.85% 0.51% -
HSV(B) 287.26º 0.9% 0.93% -
XYZ 36.95 17.79 80.84 -
YUV 98.1 205.83 194.26 -
System Red Green Blue C M Y K H S L
Decimal 191 24 236 0.19 0.90 0 0.07 287.26 0.85 0.51
Hex BF 18 EC 13 5A 0 7 11F 55 33
Octal 277 30 354 23 132 0 7 437 125 63
Binary 10111111 11000 11101100 10011 1011010 0 111 100011111 1010101 110011

Color Harmonies of #BF18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18EC

Black with #BF18EC

Text Example


Text Example

White with #BF18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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