Html Css Color HEX #BF00ED Electric Purple

📋 copy color: '#BF00ED'

red 191 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #BF00ED

Tints of Electric Purple #BF00ED

RGB

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

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

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

R = 44.63%
G = 0%
B = 55.37%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF00ED (or 0xBF00ED) is known color: Electric Purple. HEX triplet: BF, 00 and ED. RGB value is (191,0,237). Sum of RGB (Red+Green+Blue) = 191+0+237=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00ED is #40FF12. Grayscale: #535353. Windows color (decimal): -4259603 or 15532223. OLE color: 15532223.

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

Color convert

RGB 191 0 237 -
CMYK 0.19 1 0 0.07
HSL 288.35º 1% 0.46% -
HSV(B) 288.35º 1% 0.93% -
XYZ 36.77 17.19 81.5 -
YUV 84.13 214.28 204.23 -
System Red Green Blue C M Y K H S L
Decimal 191 0 237 0.19 1 0 0.07 288.35 1 0.46
Hex BF 0 ED 13 64 0 7 120 64 2E
Octal 277 0 355 23 144 0 7 440 144 56
Binary 10111111 0 11101101 10011 1100100 0 111 100100000 1100100 101110

Color Harmonies of #BF00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00ED

Black with #BF00ED

Text Example


Text Example

White with #BF00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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