Html Css Color HEX #BF00EB Electric Purple

📋 copy color: '#BF00EB'

red 191 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #BF00EB

Tints of Electric Purple #BF00EB

RGB

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

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

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

R = 44.84%
G = 0%
B = 55.16%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF00EB (or 0xBF00EB) is known color: Electric Purple. HEX triplet: BF, 00 and EB. RGB value is (191,0,235). Sum of RGB (Red+Green+Blue) = 191+0+235=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF00EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00EB is #40FF14. Grayscale: #535353. Windows color (decimal): -4259605 or 15401151. OLE color: 15401151.

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

Color convert

RGB 191 0 235 -
CMYK 0.19 1 0 0.08
HSL 288.77º 1% 0.46% -
HSV(B) 288.77º 1% 0.92% -
XYZ 36.48 17.07 79.97 -
YUV 83.9 213.28 204.39 -
System Red Green Blue C M Y K H S L
Decimal 191 0 235 0.19 1 0 0.08 288.77 1 0.46
Hex BF 0 EB 13 64 0 8 121 64 2E
Octal 277 0 353 23 144 0 10 441 144 56
Binary 10111111 0 11101011 10011 1100100 0 1000 100100001 1100100 101110

Color Harmonies of #BF00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00EB

Black with #BF00EB

Text Example


Text Example

White with #BF00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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