#B149CA

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

Shades of Medium Orchid #B149CA

Tints of Medium Orchid #B149CA

Color information

#B149CA (or 0xB149CA) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and CA. RGB value is (177,73,202). Sum of RGB (Red+Green+Blue) = 177+73+202=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B149CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149CA is #4EB635. Grayscale: #767676. Windows color (decimal): -5158454 or 13257137. OLE color: 13257137.

HSL color Cylindrical-coordinate representation of color #B149CA: hue angle of 288.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B149CA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17773202-
CMYK0.120.6400.21
HSL288.37º54.89%53.92%-
HSV(B)288.37º63.86%79.22%-
XYZ31.1718.3857.78-
YUV118.8174.96169.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=39.16%
G=16.15%
B=44.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177732020.120.6400.21288.3754.8953.92
HexB149CAC400151203736
Octal261111312141000254406766
Binary1011000110010011100101011001000000010101100100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149CA; }

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

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

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

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

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

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

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

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