#B15DC1

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

Shades of Medium Orchid #B15DC1

Tints of Medium Orchid #B15DC1

Color information

#B15DC1 (or 0xB15DC1) is unknown color: approx Medium Orchid. HEX triplet: B1, 5D and C1. RGB value is (177,93,193). Sum of RGB (Red+Green+Blue) = 177+93+193=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #B15DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DC1 is #4EA23E. Grayscale: #818181. Windows color (decimal): -5153343 or 12672433. OLE color: 12672433.

HSL color Cylindrical-coordinate representation of color #B15DC1: hue angle of 290.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15DC1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17793193-
CMYK0.080.5200.24
HSL290.4º44.64%56.08%-
HSV(B)290.4º51.81%75.69%-
XYZ31.6721.0352.84-
YUV129.52163.83161.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=38.23%
G=20.09%
B=41.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177931930.080.5200.24290.444.6456.08
HexB15DC18340181222d38
Octal26113530110640304425570
Binary101100011011101110000011000110100011000100100010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DC1; }

 p { color: rgb(177,93,193); }

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

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

 a { background-color: rgb(177,93,193); }

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

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

 span { border-color: rgb(177,93,193); }

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