#B46CC2

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

Shades of Medium Orchid #B46CC2

Tints of Medium Orchid #B46CC2

Color information

#B46CC2 (or 0xB46CC2) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and C2. RGB value is (180,108,194). Sum of RGB (Red+Green+Blue) = 180+108+194=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #B46CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CC2 is #4B933D. Grayscale: #8B8B8B. Windows color (decimal): -4952894 or 12741812. OLE color: 12741812.

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

Color convert

RGB180108194-
CMYK0.070.4400.24
HSL290.23º41.35%59.22%-
HSV(B)290.23º44.33%76.08%-
XYZ33.9224.3253.95-
YUV139.33158.85157.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 194 (76.17% from 255) = 40.25%
R=37.34%
G=22.41%
B=40.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801081940.070.4400.24290.2341.3559.22
HexB46CC272C018122293b
Octal2641543027540304425173
Binary10110100110110011000010111101100011000100100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CC2; }

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

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

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

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

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

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

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

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