#b15cc2

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

Shades of Medium Orchid #B15CC2

Tints of Medium Orchid #B15CC2

Color information

#B15CC2 (or 0xB15CC2) is unknown color: approx Medium Orchid. HEX triplet: B1, 5C and C2. RGB value is (177,92,194). Sum of RGB (Red+Green+Blue) = 177+92+194=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #B15CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CC2 is #4EA33D. Grayscale: #808080. Windows color (decimal): -5153598 or 12737713. OLE color: 12737713.

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

Color convert

RGB17792194-
CMYK0.090.5300.24
HSL290º45.54%56.08%-
HSV(B)290º52.58%76.08%-
XYZ31.720.953.4-
YUV129.04164.66162.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 194 (76.17% from 255) = 41.90%
R=38.23%
G=19.87%
B=41.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177921940.090.5300.2429045.5456.08
HexB15CC29350181222e38
Octal26113430211650304425670
Binary101100011011100110000101001110101011000100100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b15cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b15cc2; }

 p { color: rgb(177,92,194); }

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

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

 a { background-color: rgb(177,92,194); }

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

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

 span { border-color: rgb(177,92,194); }

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