Html Css Color HEX #BF18ED Electric Purple

📋 copy color: '#BF18ED'

red 191 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #BF18ED

Tints of Electric Purple #BF18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 42.26%
G = 5.31%
B = 52.43%

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

#BF18ED (or 0xBF18ED) is known color: Electric Purple. HEX triplet: BF, 18 and ED. RGB value is (191,24,237). Sum of RGB (Red+Green+Blue) = 191+24+237=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18ED is #40E712. Grayscale: #616161. Windows color (decimal): -4253459 or 15538367. OLE color: 15538367.

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

Color convert

RGB 191 24 237 -
CMYK 0.19 0.90 0 0.07
HSL 287.04º 0.86% 0.51% -
HSV(B) 287.04º 0.9% 0.93% -
XYZ 37.1 17.84 81.61 -
YUV 98.22 206.33 194.18 -
System Red Green Blue C M Y K H S L
Decimal 191 24 237 0.19 0.90 0 0.07 287.04 0.86 0.51
Hex BF 18 ED 13 5A 0 7 11F 56 33
Octal 277 30 355 23 132 0 7 437 126 63
Binary 10111111 11000 11101101 10011 1011010 0 111 100011111 1010110 110011

Color Harmonies of #BF18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18ED

Black with #BF18ED

Text Example


Text Example

White with #BF18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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