Html Css Color HEX #BF18EE Electric Purple

📋 copy color: '#BF18EE'

red 191 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #BF18EE

Tints of Electric Purple #BF18EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 42.16%
G = 5.3%
B = 52.54%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF18EE (or 0xBF18EE) is known color: Electric Purple. HEX triplet: BF, 18 and EE. RGB value is (191,24,238). Sum of RGB (Red+Green+Blue) = 191+24+238=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18EE is #40E711. Grayscale: #616161. Windows color (decimal): -4253458 or 15603903. OLE color: 15603903.

HSL color Cylindrical-coordinate representation of color #BF18EE: hue angle of 286.82º degrees, saturation: 0.86, 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 #BF18EE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 24 238 -
CMYK 0.20 0.90 0 0.07
HSL 286.82º 0.86% 0.51% -
HSV(B) 286.82º 0.9% 0.93% -
XYZ 37.25 17.9 82.38 -
YUV 98.33 206.83 194.1 -
System Red Green Blue C M Y K H S L
Decimal 191 24 238 0.20 0.90 0 0.07 286.82 0.86 0.51
Hex BF 18 EE 14 5A 0 7 11F 56 33
Octal 277 30 356 24 132 0 7 437 126 63
Binary 10111111 11000 11101110 10100 1011010 0 111 100011111 1010110 110011

Color Harmonies of #BF18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18EE

Black with #BF18EE

Text Example


Text Example

White with #BF18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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