#B46CC1

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

Shades of Medium Orchid #B46CC1

Tints of Medium Orchid #B46CC1

Color information

#B46CC1 (or 0xB46CC1) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and C1. RGB value is (180,108,193). Sum of RGB (Red+Green+Blue) = 180+108+193=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #B46CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CC1 is #4B933E. Grayscale: #8A8A8A. Windows color (decimal): -4952895 or 12676276. OLE color: 12676276.

HSL color Cylindrical-coordinate representation of color #B46CC1: hue angle of 290.82º 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 #B46CC1 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180108193-
CMYK0.070.4400.24
HSL290.82º40.67%59.02%-
HSV(B)290.82º44.04%75.69%-
XYZ33.8124.2853.36-
YUV139.22158.35157.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=37.42%
G=22.45%
B=40.12%

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
Decimal1801081930.070.4400.24290.8240.6759.02
HexB46CC172C018123293b
Octal2641543017540304435173
Binary10110100110110011000001111101100011000100100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CC1; }

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

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

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

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

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

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

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

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