#B15EEC

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

Shades of Medium Orchid #B15EEC

Tints of Medium Orchid #B15EEC

Color information

#B15EEC (or 0xB15EEC) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and EC. RGB value is (177,94,236). Sum of RGB (Red+Green+Blue) = 177+94+236=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B15EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EEC is #4EA113. Grayscale: #868686. Windows color (decimal): -5153044 or 15490737. OLE color: 15490737.

HSL color Cylindrical-coordinate representation of color #B15EEC: hue angle of 275.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15EEC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17794236-
CMYK0.250.6000.07
HSL275.07º78.89%64.71%-
HSV(B)275.07º60.17%92.55%-
XYZ37.2723.4181.91-
YUV135185157.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=34.91%
G=18.54%
B=46.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177942360.250.6000.07275.0778.8964.71
HexB15EEC193C071134f41
Octal261136354317407423117101
Binary1011000110111101110110011001111100011110001001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EEC; }

 p { color: rgb(177,94,236); }

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

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

 a { background-color: rgb(177,94,236); }

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

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

 span { border-color: rgb(177,94,236); }

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