#B46CD7

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

Shades of Medium Orchid #B46CD7

Tints of Medium Orchid #B46CD7

Color information

#B46CD7 (or 0xB46CD7) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and D7. RGB value is (180,108,215). Sum of RGB (Red+Green+Blue) = 180+108+215=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #B46CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CD7 is #4B9328. Grayscale: #8D8D8D. Windows color (decimal): -4952873 or 14118068. OLE color: 14118068.

HSL color Cylindrical-coordinate representation of color #B46CD7: hue angle of 280.37º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46CD7 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180108215-
CMYK0.160.5000.16
HSL280.37º57.22%63.33%-
HSV(B)280.37º49.77%84.31%-
XYZ36.4525.3367.26-
YUV141.73169.35155.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 108 (42.58% from 255) = 21.47%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=35.79%
G=21.47%
B=42.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801082150.160.5000.16280.3757.2263.33
HexB46CD71032010118393f
Octal26415432720620204307177
Binary1011010011011001101011110000110010010000100011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CD7; }

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

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

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

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

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

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

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

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