#B15FC9

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

Shades of Medium Orchid #B15FC9

Tints of Medium Orchid #B15FC9

Color information

#B15FC9 (or 0xB15FC9) is unknown color: approx Medium Orchid. HEX triplet: B1, 5F and C9. RGB value is (177,95,201). Sum of RGB (Red+Green+Blue) = 177+95+201=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #B15FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FC9 is #4EA036. Grayscale: #838383. Windows color (decimal): -5152823 or 13197233. OLE color: 13197233.

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

Color convert

RGB17795201-
CMYK0.120.5300.21
HSL286.42º49.53%58.04%-
HSV(B)286.42º52.74%78.82%-
XYZ32.7721.7557.73-
YUV131.6167.17160.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=37.42%
G=20.08%
B=42.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177952010.120.5300.21286.4249.5358.04
HexB15FC9C3501511e323a
Octal26113731114650254366272
Binary101100011011111110010011100110101010101100011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FC9; }

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

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

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

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

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

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

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

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