#B46CC7

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

Shades of Medium Orchid #B46CC7

Tints of Medium Orchid #B46CC7

Color information

#B46CC7 (or 0xB46CC7) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and C7. RGB value is (180,108,199). Sum of RGB (Red+Green+Blue) = 180+108+199=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #B46CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CC7 is #4B9338. Grayscale: #8B8B8B. Windows color (decimal): -4952889 or 13069492. OLE color: 13069492.

HSL color Cylindrical-coordinate representation of color #B46CC7: hue angle of 287.47º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46CC7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180108199-
CMYK0.100.4600.22
HSL287.47º44.83%60.2%-
HSV(B)287.47º45.73%78.04%-
XYZ34.4924.5556.95-
YUV139.9161.35156.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 199 (78.12% from 255) = 40.86%
R=36.96%
G=22.18%
B=40.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801081990.100.4600.22287.4744.8360.2
HexB46CC7A2E01611f2d3c
Octal26415430712560264375574
Binary101101001101100110001111010101110010110100011111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CC7; }

 p { color: rgb(180,108,199); }

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

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

 a { background-color: rgb(180,108,199); }

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

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

 span { border-color: rgb(180,108,199); }

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