#B45AC8

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

Shades of Medium Orchid #B45AC8

Tints of Medium Orchid #B45AC8

Color information

#B45AC8 (or 0xB45AC8) is unknown color: approx Medium Orchid. HEX triplet: B4, 5A and C8. RGB value is (180,90,200). Sum of RGB (Red+Green+Blue) = 180+90+200=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #B45AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AC8 is #4BA537. Grayscale: #818181. Windows color (decimal): -4957496 or 13130420. OLE color: 13130420.

HSL color Cylindrical-coordinate representation of color #B45AC8: hue angle of 289.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45AC8 is Cyan = 0.1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18090200-
CMYK0.10.5500.22
HSL289.09º50%56.86%-
HSV(B)289.09º55%78.43%-
XYZ32.921.1957-
YUV129.45167.82164.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=38.30%
G=19.15%
B=42.55%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180902000.10.5500.22289.095056.86
HexB45AC8A370161213239
Octal26413231012670264416271
Binary101101001011010110010001010110111010110100100001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AC8; }

 p { color: rgb(180,90,200); }

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

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

 a { background-color: rgb(180,90,200); }

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

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

 span { border-color: rgb(180,90,200); }

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