#B46BC2

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

Shades of Medium Orchid #B46BC2

Tints of Medium Orchid #B46BC2

Color information

#B46BC2 (or 0xB46BC2) is unknown color: approx Medium Orchid. HEX triplet: B4, 6B and C2. RGB value is (180,107,194). Sum of RGB (Red+Green+Blue) = 180+107+194=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #B46BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BC2 is #4B943D. Grayscale: #8A8A8A. Windows color (decimal): -4953150 or 12741556. OLE color: 12741556.

HSL color Cylindrical-coordinate representation of color #B46BC2: hue angle of 290.34º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46BC2 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180107194-
CMYK0.070.4500.24
HSL290.34º41.63%59.02%-
HSV(B)290.34º44.85%76.08%-
XYZ33.8224.1153.91-
YUV138.74159.18157.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 194 (76.17% from 255) = 40.33%
R=37.42%
G=22.25%
B=40.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801071940.070.4500.24290.3441.6359.02
HexB46BC272D0181222a3b
Octal2641533027550304425273
Binary10110100110101111000010111101101011000100100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BC2; }

 p { color: rgb(180,107,194); }

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

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

 a { background-color: rgb(180,107,194); }

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

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

 span { border-color: rgb(180,107,194); }

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