#B747C9

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

Shades of Medium Orchid #B747C9

Tints of Medium Orchid #B747C9

Color information

#B747C9 (or 0xB747C9) is unknown color: approx Medium Orchid. HEX triplet: B7, 47 and C9. RGB value is (183,71,201). Sum of RGB (Red+Green+Blue) = 183+71+201=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #B747C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747C9 is #48B836. Grayscale: #767676. Windows color (decimal): -4765751 or 13191095. OLE color: 13191095.

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

Color convert

RGB18371201-
CMYK0.090.6500.21
HSL291.69º54.62%53.33%-
HSV(B)291.69º64.68%78.82%-
XYZ32.3218.7957.18-
YUV119.31174.11173.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 71 (28.12% from 255) = 15.60%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=40.22%
G=15.60%
B=44.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183712010.090.6500.21291.6954.6253.33
HexB747C99410151243735
Octal267107311111010254446765
Binary1011011110001111100100110011000001010101100100100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B747C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B747C9; }

 p { color: rgb(183,71,201); }

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

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

 a { background-color: rgb(183,71,201); }

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

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

 span { border-color: rgb(183,71,201); }

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