Html Css Color HEX #BF17EC Electric Purple

📋 copy color: '#BF17EC'

red 191 ◦ green 23 ◦ blue 236

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

Shades of Electric Purple #BF17EC

Tints of Electric Purple #BF17EC

RGB

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

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

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

R = 42.44%
G = 5.11%
B = 52.44%

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

#BF17EC (or 0xBF17EC) is known color: Electric Purple. HEX triplet: BF, 17 and EC. RGB value is (191,23,236). Sum of RGB (Red+Green+Blue) = 191+23+236=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17EC is #40E813. Grayscale: #606060. Windows color (decimal): -4253716 or 15472575. OLE color: 15472575.

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

Color convert

RGB 191 23 236 -
CMYK 0.19 0.90 0 0.07
HSL 287.32º 0.85% 0.51% -
HSV(B) 287.32º 0.9% 0.93% -
XYZ 36.93 17.75 80.84 -
YUV 97.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 191 23 236 0.19 0.90 0 0.07 287.32 0.85 0.51
Hex BF 17 EC 13 5A 0 7 11F 55 33
Octal 277 27 354 23 132 0 7 437 125 63
Binary 10111111 10111 11101100 10011 1011010 0 111 100011111 1010101 110011

Color Harmonies of #BF17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17EC

Black with #BF17EC

Text Example


Text Example

White with #BF17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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