#BF51CF

Color #BF51CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF51CF

Tints of Medium Orchid #BF51CF

Color information

#BF51CF (or 0xBF51CF) is unknown color: approx Medium Orchid. HEX triplet: BF, 51 and CF. RGB value is (191,81,207). Sum of RGB (Red+Green+Blue) = 191+81+207=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51CF is #40AE30. Grayscale: #7F7F7F. Windows color (decimal): -4238897 or 13586879. OLE color: 13586879.

HSL color Cylindrical-coordinate representation of color #BF51CF: hue angle of 292.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF51CF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19181207-
CMYK0.080.6100.19
HSL292.38º56.76%56.47%-
HSV(B)292.38º60.87%81.18%-
XYZ35.6921.4761.29-
YUV128.25172.44172.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 81 (32.03% from 255) = 16.91%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=39.87%
G=16.91%
B=43.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191812070.080.6100.19292.3856.7656.47
HexBF51CF83D0131243938
Octal27712131710750234447170
Binary101111111010001110011111000111101010011100100100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF51CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF51CF; }

 p { color: rgb(191,81,207); }

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

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

 a { background-color: rgb(191,81,207); }

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

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

 span { border-color: rgb(191,81,207); }

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