Html Css Color HEX #BF17ED Electric Purple

📋 copy color: '#BF17ED'

red 191 ◦ green 23 ◦ blue 237

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

Shades of Electric Purple #BF17ED

Tints of Electric Purple #BF17ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.1%

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

R = 42.35%
G = 5.1%
B = 52.55%

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

#BF17ED (or 0xBF17ED) is known color: Electric Purple. HEX triplet: BF, 17 and ED. RGB value is (191,23,237). Sum of RGB (Red+Green+Blue) = 191+23+237=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17ED is #40E812. Grayscale: #606060. Windows color (decimal): -4253715 or 15538111. OLE color: 15538111.

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

Color convert

RGB 191 23 237 -
CMYK 0.19 0.90 0 0.07
HSL 287.1º 0.86% 0.51% -
HSV(B) 287.1º 0.9% 0.93% -
XYZ 37.08 17.8 81.6 -
YUV 97.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 191 23 237 0.19 0.90 0 0.07 287.1 0.86 0.51
Hex BF 17 ED 13 5A 0 7 11F 56 33
Octal 277 27 355 23 132 0 7 437 126 63
Binary 10111111 10111 11101101 10011 1011010 0 111 100011111 1010110 110011

Color Harmonies of #BF17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17ED

Black with #BF17ED

Text Example


Text Example

White with #BF17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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