#B149C3

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

Shades of Medium Orchid #B149C3

Tints of Medium Orchid #B149C3

Color information

#B149C3 (or 0xB149C3) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and C3. RGB value is (177,73,195). Sum of RGB (Red+Green+Blue) = 177+73+195=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #B149C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149C3 is #4EB63C. Grayscale: #757575. Windows color (decimal): -5158461 or 12798385. OLE color: 12798385.

HSL color Cylindrical-coordinate representation of color #B149C3: hue angle of 291.15º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B149C3 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17773195-
CMYK0.090.6300.24
HSL291.15º50.41%52.55%-
HSV(B)291.15º62.56%76.47%-
XYZ30.3618.0553.51-
YUV118171.46170.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 73 (28.91% from 255) = 16.40%
BLUE value IS 195 (76.56% from 255) = 43.82%
R=39.78%
G=16.40%
B=43.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177731950.090.6300.24291.1550.4152.55
HexB149C393F0181233235
Octal26111130311770304436265
Binary101100011001001110000111001111111011000100100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149C3; }

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

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

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

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

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

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

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

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