#B46BCA

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

Shades of Medium Orchid #B46BCA

Tints of Medium Orchid #B46BCA

Color information

#B46BCA (or 0xB46BCA) is unknown color: approx Medium Orchid. HEX triplet: B4, 6B and CA. RGB value is (180,107,202). Sum of RGB (Red+Green+Blue) = 180+107+202=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B46BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BCA is #4B9435. Grayscale: #8B8B8B. Windows color (decimal): -4953142 or 13265844. OLE color: 13265844.

HSL color Cylindrical-coordinate representation of color #B46BCA: hue angle of 286.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46BCA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180107202-
CMYK0.110.4700.21
HSL286.11º47.26%60.59%-
HSV(B)286.11º47.03%79.22%-
XYZ34.7424.4858.77-
YUV139.66163.18156.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=36.81%
G=21.88%
B=41.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801072020.110.4700.21286.1147.2660.59
HexB46BCAB2F01511e2f3d
Octal26415331213570254365775
Binary101101001101011110010101011101111010101100011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BCA; }

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

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

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

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

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

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

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

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