#B147C6

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

Shades of Medium Orchid #B147C6

Tints of Medium Orchid #B147C6

Color information

#B147C6 (or 0xB147C6) is unknown color: approx Medium Orchid. HEX triplet: B1, 47 and C6. RGB value is (177,71,198). Sum of RGB (Red+Green+Blue) = 177+71+198=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #B147C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147C6 is #4EB839. Grayscale: #747474. Windows color (decimal): -5158970 or 12994481. OLE color: 12994481.

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

Color convert

RGB17771198-
CMYK0.110.6400.22
HSL290.08º52.7%52.75%-
HSV(B)290.08º64.14%77.65%-
XYZ30.5817.9355.28-
YUV117.17173.62170.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 198 (77.73% from 255) = 44.39%
R=39.69%
G=15.92%
B=44.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177711980.110.6400.22290.0852.752.75
HexB147C6B400161223535
Octal261107306131000264426565
Binary1011000110001111100011010111000000010110100100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B147C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B147C6; }

 p { color: rgb(177,71,198); }

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

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

 a { background-color: rgb(177,71,198); }

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

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

 span { border-color: rgb(177,71,198); }

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