#B15BCD

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

Shades of Medium Orchid #B15BCD

Tints of Medium Orchid #B15BCD

Color information

#B15BCD (or 0xB15BCD) is unknown color: approx Medium Orchid. HEX triplet: B1, 5B and CD. RGB value is (177,91,205). Sum of RGB (Red+Green+Blue) = 177+91+205=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BCD is #4EA432. Grayscale: #818181. Windows color (decimal): -5153843 or 13458353. OLE color: 13458353.

HSL color Cylindrical-coordinate representation of color #B15BCD: hue angle of 285.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15BCD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17791205-
CMYK0.140.5600.20
HSL285.26º53.27%58.04%-
HSV(B)285.26º55.61%80.39%-
XYZ32.8921.2460.12-
YUV129.71170.49161.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=37.42%
G=19.24%
B=43.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177912050.140.5600.20285.2653.2758.04
HexB15BCDE3801411d353a
Octal26113331516700244356572
Binary101100011011011110011011110111000010100100011101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BCD; }

 p { color: rgb(177,91,205); }

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

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

 a { background-color: rgb(177,91,205); }

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

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

 span { border-color: rgb(177,91,205); }

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