Html Css Color HEX #BF17EB Electric Purple

📋 copy color: '#BF17EB'

red 191 ◦ green 23 ◦ blue 235

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

Shades of Electric Purple #BF17EB

Tints of Electric Purple #BF17EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 42.54%
G = 5.12%
B = 52.34%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF17EB (or 0xBF17EB) is known color: Electric Purple. HEX triplet: BF, 17 and EB. RGB value is (191,23,235). Sum of RGB (Red+Green+Blue) = 191+23+235=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17EB is #40E814. Grayscale: #606060. Windows color (decimal): -4253717 or 15407039. OLE color: 15407039.

HSL color Cylindrical-coordinate representation of color #BF17EB: hue angle of 287.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF17EB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 23 235 -
CMYK 0.19 0.90 0 0.08
HSL 287.55º 0.84% 0.51% -
HSV(B) 287.55º 0.9% 0.92% -
XYZ 36.79 17.69 80.07 -
YUV 97.4 205.66 194.76 -
System Red Green Blue C M Y K H S L
Decimal 191 23 235 0.19 0.90 0 0.08 287.55 0.84 0.51
Hex BF 17 EB 13 5A 0 8 120 54 33
Octal 277 27 353 23 132 0 10 440 124 63
Binary 10111111 10111 11101011 10011 1011010 0 1000 100100000 1010100 110011

Color Harmonies of #BF17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17EB

Black with #BF17EB

Text Example


Text Example

White with #BF17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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