#BF0BE7

Color #BF0BE7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BF0BE7

Tints of Electric Purple #BF0BE7

Color information

#BF0BE7 (or 0xBF0BE7) is unknown color: approx Electric Purple. HEX triplet: BF, 0B and E7. RGB value is (191,11,231). Sum of RGB (Red+Green+Blue) = 191+11+231=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF0BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BE7 is #40F418. Grayscale: #595959. Windows color (decimal): -4256793 or 15141823. OLE color: 15141823.

HSL color Cylindrical-coordinate representation of color #BF0BE7: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BE7 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19111231-
CMYK0.170.9500.09
HSL289.09º90.91%47.45%-
HSV(B)289.09º95.24%90.59%-
XYZ36.0317.0977-
YUV89.9207.63200.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 11 (4.69% from 255) = 2.54%
BLUE value IS 231 (90.62% from 255) = 53.35%
R=44.11%
G=2.54%
B=53.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191112310.170.9500.09289.0990.9147.45
HexBFBE7115F091215b2f
Octal277133472113701144113357
Binary10111111101111100111100011011111010011001000011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0BE7; }

 p { color: rgb(191,11,231); }

 H1.HeaderClassName
 {
   color: #BF0BE7;
 }
 .AnyTagClassName
 {
   color: #BF0BE7;
 }
</style>
background-color css

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

 a { background-color: rgb(191,11,231); }

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

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

 span { border-color: rgb(191,11,231); }

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