#B149C5

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

Shades of Medium Orchid #B149C5

Tints of Medium Orchid #B149C5

Color information

#B149C5 (or 0xB149C5) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and C5. RGB value is (177,73,197). Sum of RGB (Red+Green+Blue) = 177+73+197=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #B149C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149C5 is #4EB63A. Grayscale: #757575. Windows color (decimal): -5158459 or 12929457. OLE color: 12929457.

HSL color Cylindrical-coordinate representation of color #B149C5: hue angle of 290.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B149C5 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17773197-
CMYK0.100.6300.23
HSL290.32º51.67%52.94%-
HSV(B)290.32º62.94%77.25%-
XYZ30.5918.1454.71-
YUV118.23172.46169.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 197 (77.34% from 255) = 44.07%
R=39.60%
G=16.33%
B=44.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177731970.100.6300.23290.3251.6752.94
HexB149C5A3F0171223435
Octal26111130512770274426465
Binary101100011001001110001011010111111010111100100010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149C5; }

 p { color: rgb(177,73,197); }

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

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

 a { background-color: rgb(177,73,197); }

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

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

 span { border-color: rgb(177,73,197); }

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