#B445D7

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

Shades of Medium Orchid #B445D7

Tints of Medium Orchid #B445D7

Color information

#B445D7 (or 0xB445D7) is unknown color: approx Medium Orchid. HEX triplet: B4, 45 and D7. RGB value is (180,69,215). Sum of RGB (Red+Green+Blue) = 180+69+215=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #B445D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445D7 is #4BBA28. Grayscale: #767676. Windows color (decimal): -4962857 or 14108084. OLE color: 14108084.

HSL color Cylindrical-coordinate representation of color #B445D7: hue angle of 285.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B445D7 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18069215-
CMYK0.160.6800.16
HSL285.62º64.6%55.69%-
HSV(B)285.62º67.91%84.31%-
XYZ33.2218.8766.18-
YUV118.83182.27171.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 215 (84.38% from 255) = 46.34%
R=38.79%
G=14.87%
B=46.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180692150.160.6800.16285.6264.655.69
HexB445D7104401011e4138
Octal2641053272010402043610170
Binary101101001000101110101111000010001000100001000111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445D7; }

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

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

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

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

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

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

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

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