#B15CCE

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

Shades of Medium Orchid #B15CCE

Tints of Medium Orchid #B15CCE

Color information

#B15CCE (or 0xB15CCE) is unknown color: approx Medium Orchid. HEX triplet: B1, 5C and CE. RGB value is (177,92,206). Sum of RGB (Red+Green+Blue) = 177+92+206=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #B15CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CCE is #4EA331. Grayscale: #828282. Windows color (decimal): -5153586 or 13524145. OLE color: 13524145.

HSL color Cylindrical-coordinate representation of color #B15CCE: hue angle of 284.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15CCE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17792206-
CMYK0.140.5500.19
HSL284.74º53.77%58.43%-
HSV(B)284.74º55.34%80.78%-
XYZ33.121.4660.79-
YUV130.41170.66161.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=37.26%
G=19.37%
B=43.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177922060.140.5500.19284.7453.7758.43
HexB15CCEE3701311d363a
Octal26113431616670234356672
Binary101100011011100110011101110110111010011100011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CCE; }

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

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

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

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

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

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

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

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