#B95FD9

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

Shades of Medium Orchid #B95FD9

Tints of Medium Orchid #B95FD9

Color information

#B95FD9 (or 0xB95FD9) is unknown color: approx Medium Orchid. HEX triplet: B9, 5F and D9. RGB value is (185,95,217). Sum of RGB (Red+Green+Blue) = 185+95+217=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #B95FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FD9 is #46A026. Grayscale: #878787. Windows color (decimal): -4628519 or 14245817. OLE color: 14245817.

HSL color Cylindrical-coordinate representation of color #B95FD9: hue angle of 284.26º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95FD9 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18595217-
CMYK0.150.5600.15
HSL284.26º61.62%61.18%-
HSV(B)284.26º56.22%85.1%-
XYZ36.6223.5168.25-
YUV135.82173.82163.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=37.22%
G=19.11%
B=43.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185952170.150.5600.15284.2661.6261.18
HexB95FD9F380F11c3e3d
Octal27113733117700174347675
Binary10111001101111111011001111111100001111100011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95FD9; }

 p { color: rgb(185,95,217); }

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

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

 a { background-color: rgb(185,95,217); }

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

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

 span { border-color: rgb(185,95,217); }

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