#BF5FD1

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

Shades of Medium Orchid #BF5FD1

Tints of Medium Orchid #BF5FD1

Color information

#BF5FD1 (or 0xBF5FD1) is unknown color: approx Medium Orchid. HEX triplet: BF, 5F and D1. RGB value is (191,95,209). Sum of RGB (Red+Green+Blue) = 191+95+209=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FD1 is #40A02E. Grayscale: #888888. Windows color (decimal): -4235311 or 13721535. OLE color: 13721535.

HSL color Cylindrical-coordinate representation of color #BF5FD1: hue angle of 290.53º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5FD1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19195209-
CMYK0.090.5500.18
HSL290.53º55.34%59.61%-
HSV(B)290.53º54.55%81.96%-
XYZ37.0923.8662.97-
YUV136.7168.8166.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 95 (37.5% from 255) = 19.19%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=38.59%
G=19.19%
B=42.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191952090.090.5500.18290.5355.3459.61
HexBF5FD1937012123373c
Octal27713732111670224436774
Binary101111111011111110100011001110111010010100100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FD1; }

 p { color: rgb(191,95,209); }

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

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

 a { background-color: rgb(191,95,209); }

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

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

 span { border-color: rgb(191,95,209); }

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