#BF5FD2

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

Shades of Medium Orchid #BF5FD2

Tints of Medium Orchid #BF5FD2

Color information

#BF5FD2 (or 0xBF5FD2) is unknown color: approx Medium Orchid. HEX triplet: BF, 5F and D2. RGB value is (191,95,210). Sum of RGB (Red+Green+Blue) = 191+95+210=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF5FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FD2 is #40A02D. Grayscale: #888888. Windows color (decimal): -4235310 or 13787071. OLE color: 13787071.

HSL color Cylindrical-coordinate representation of color #BF5FD2: hue angle of 290.09º degrees, saturation: 0.56, 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 #BF5FD2 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19195210-
CMYK0.090.5500.18
HSL290.09º56.1%59.8%-
HSV(B)290.09º54.76%82.35%-
XYZ37.2123.9163.63-
YUV136.81169.3166.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=38.51%
G=19.15%
B=42.34%

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
Decimal191952100.090.5500.18290.0956.159.8
HexBF5FD2937012122383c
Octal27713732211670224427074
Binary101111111011111110100101001110111010010100100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FD2; }

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

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

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

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

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

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

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

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