#B15DC9

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

Shades of Medium Orchid #B15DC9

Tints of Medium Orchid #B15DC9

Color information

#B15DC9 (or 0xB15DC9) is unknown color: approx Medium Orchid. HEX triplet: B1, 5D and C9. RGB value is (177,93,201). Sum of RGB (Red+Green+Blue) = 177+93+201=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #B15DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DC9 is #4EA236. Grayscale: #828282. Windows color (decimal): -5153335 or 13196721. OLE color: 13196721.

HSL color Cylindrical-coordinate representation of color #B15DC9: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15DC9 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17793201-
CMYK0.120.5400.21
HSL286.67º50%57.65%-
HSV(B)286.67º53.73%78.82%-
XYZ32.5921.3957.67-
YUV130.43167.83161.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=37.58%
G=19.75%
B=42.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177932010.120.5400.21286.675057.65
HexB15DC9C3601511f323a
Octal26113531114660254376272
Binary101100011011101110010011100110110010101100011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DC9; }

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

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

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

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

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

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

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

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