Html Css Color HEX #BF00EF Electric Purple

📋 copy color: '#BF00EF'

red 191 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #BF00EF

Tints of Electric Purple #BF00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 44.42%
G = 0%
B = 55.58%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF00EF (or 0xBF00EF) is known color: Electric Purple. HEX triplet: BF, 00 and EF. RGB value is (191,0,239). Sum of RGB (Red+Green+Blue) = 191+0+239=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00EF is #40FF10. Grayscale: #535353. Windows color (decimal): -4259601 or 15663295. OLE color: 15663295.

HSL color Cylindrical-coordinate representation of color #BF00EF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00EF is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 0 239 -
CMYK 0.20 1 0 0.06
HSL 287.95º 1% 0.47% -
HSV(B) 287.95º 1% 0.94% -
XYZ 37.07 17.31 83.05 -
YUV 84.36 215.28 204.07 -
System Red Green Blue C M Y K H S L
Decimal 191 0 239 0.20 1 0 0.06 287.95 1 0.47
Hex BF 0 EF 14 64 0 6 120 64 2F
Octal 277 0 357 24 144 0 6 440 144 57
Binary 10111111 0 11101111 10100 1100100 0 110 100100000 1100100 101111

Color Harmonies of #BF00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00EF

Black with #BF00EF

Text Example


Text Example

White with #BF00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00EF; }

 p { color: rgb(191,0,239); }

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

background-color css

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

 a { background-color: rgb(191,0,239); }

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

border-color css

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

 span { border-color: rgb(191,0,239); }

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