#B149C7

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

Shades of Medium Orchid #B149C7

Tints of Medium Orchid #B149C7

Color information

#B149C7 (or 0xB149C7) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and C7. RGB value is (177,73,199). Sum of RGB (Red+Green+Blue) = 177+73+199=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #B149C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149C7 is #4EB638. Grayscale: #767676. Windows color (decimal): -5158457 or 13060529. OLE color: 13060529.

HSL color Cylindrical-coordinate representation of color #B149C7: hue angle of 289.52º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B149C7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17773199-
CMYK0.110.6300.22
HSL289.52º52.94%53.33%-
HSV(B)289.52º63.32%78.04%-
XYZ30.8218.2455.93-
YUV118.46173.46169.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 199 (78.12% from 255) = 44.32%
R=39.42%
G=16.26%
B=44.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177731990.110.6300.22289.5252.9453.33
HexB149C7B3F0161223535
Octal26111130713770264426565
Binary101100011001001110001111011111111010110100100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149C7; }

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

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

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

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

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

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

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

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