#B46DC4

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

Shades of Medium Orchid #B46DC4

Tints of Medium Orchid #B46DC4

Color information

#B46DC4 (or 0xB46DC4) is unknown color: approx Medium Orchid. HEX triplet: B4, 6D and C4. RGB value is (180,109,196). Sum of RGB (Red+Green+Blue) = 180+109+196=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #B46DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DC4 is #4B923B. Grayscale: #8B8B8B. Windows color (decimal): -4952636 or 12873140. OLE color: 12873140.

HSL color Cylindrical-coordinate representation of color #B46DC4: hue angle of 288.97º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46DC4 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180109196-
CMYK0.080.4400.23
HSL288.97º42.44%59.8%-
HSV(B)288.97º44.39%76.86%-
XYZ34.2524.6355.17-
YUV140.15159.52156.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=37.11%
G=22.47%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801091960.080.4400.23288.9742.4459.8
HexB46DC482C0171212a3c
Octal26415530410540274415274
Binary101101001101101110001001000101100010111100100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DC4; }

 p { color: rgb(180,109,196); }

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

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

 a { background-color: rgb(180,109,196); }

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

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

 span { border-color: rgb(180,109,196); }

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