Html Css Color HEX #BF18EF Electric Purple

📋 copy color: '#BF18EF'

red 191 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #BF18EF

Tints of Electric Purple #BF18EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 42.07%
G = 5.29%
B = 52.64%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF18EF (or 0xBF18EF) is known color: Electric Purple. HEX triplet: BF, 18 and EF. RGB value is (191,24,239). Sum of RGB (Red+Green+Blue) = 191+24+239=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF18EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18EF is #40E710. Grayscale: #616161. Windows color (decimal): -4253457 or 15669439. OLE color: 15669439.

HSL color Cylindrical-coordinate representation of color #BF18EF: hue angle of 286.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF18EF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 24 239 -
CMYK 0.20 0.90 0 0.06
HSL 286.6º 0.87% 0.52% -
HSV(B) 286.6º 0.9% 0.94% -
XYZ 37.39 17.96 83.16 -
YUV 98.44 207.33 194.02 -
System Red Green Blue C M Y K H S L
Decimal 191 24 239 0.20 0.90 0 0.06 286.6 0.87 0.52
Hex BF 18 EF 14 5A 0 6 11F 57 34
Octal 277 30 357 24 132 0 6 437 127 64
Binary 10111111 11000 11101111 10100 1011010 0 110 100011111 1010111 110100

Color Harmonies of #BF18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18EF

Black with #BF18EF

Text Example


Text Example

White with #BF18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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