#B15CE1

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

Shades of Medium Orchid #B15CE1

Tints of Medium Orchid #B15CE1

Color information

#B15CE1 (or 0xB15CE1) is unknown color: approx Medium Orchid. HEX triplet: B1, 5C and E1. RGB value is (177,92,225). Sum of RGB (Red+Green+Blue) = 177+92+225=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #B15CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CE1 is #4EA31E. Grayscale: #848484. Windows color (decimal): -5153567 or 14769329. OLE color: 14769329.

HSL color Cylindrical-coordinate representation of color #B15CE1: hue angle of 278.35º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15CE1 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17792225-
CMYK0.210.5900.12
HSL278.35º68.91%62.16%-
HSV(B)278.35º59.11%88.24%-
XYZ35.5522.4473.69-
YUV132.58180.16159.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 225 (88.28% from 255) = 45.55%
R=35.83%
G=18.62%
B=45.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177922250.210.5900.12278.3568.9162.16
HexB15CE1153B0C116453e
Octal261134341257301442610576
Binary1011000110111001110000110101111011011001000101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CE1; }

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

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

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

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

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

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

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

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