#B46CE3

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

Shades of Medium Orchid #B46CE3

Tints of Medium Orchid #B46CE3

Color information

#B46CE3 (or 0xB46CE3) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and E3. RGB value is (180,108,227). Sum of RGB (Red+Green+Blue) = 180+108+227=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #B46CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CE3 is #4B931C. Grayscale: #8E8E8E. Windows color (decimal): -4952861 or 14904500. OLE color: 14904500.

HSL color Cylindrical-coordinate representation of color #B46CE3: hue angle of 276.3º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46CE3 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB180108227-
CMYK0.210.5200.11
HSL276.3º68%65.69%-
HSV(B)276.3º52.42%89.02%-
XYZ38.0525.9775.68-
YUV143.09175.35154.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 227 (89.06% from 255) = 44.08%
R=34.95%
G=20.97%
B=44.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801082270.210.5200.11276.36865.69
HexB46CE315340B1144442
Octal2641543432564013424104102
Binary10110100110110011100011101011101000101110001010010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CE3; }

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

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

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

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

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

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

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

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