#B149D7

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

Shades of Medium Orchid #B149D7

Tints of Medium Orchid #B149D7

Color information

#B149D7 (or 0xB149D7) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and D7. RGB value is (177,73,215). Sum of RGB (Red+Green+Blue) = 177+73+215=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #B149D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149D7 is #4EB628. Grayscale: #777777. Windows color (decimal): -5158441 or 14109105. OLE color: 14109105.

HSL color Cylindrical-coordinate representation of color #B149D7: hue angle of 283.94º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B149D7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17773215-
CMYK0.180.6600.16
HSL283.94º63.96%56.47%-
HSV(B)283.94º66.05%84.31%-
XYZ32.7819.0266.23-
YUV120.28181.46168.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 215 (84.38% from 255) = 46.24%
R=38.06%
G=15.70%
B=46.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177732150.180.6600.16283.9463.9656.47
HexB149D7124201011c4038
Octal2611113272210202043410070
Binary101100011001001110101111001010000100100001000111001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149D7; }

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

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

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

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

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

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

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

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