#B473CD

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

Shades of Medium Orchid #B473CD

Tints of Medium Orchid #B473CD

Color information

#B473CD (or 0xB473CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 73 and CD. RGB value is (180,115,205). Sum of RGB (Red+Green+Blue) = 180+115+205=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B473CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CD is #4B8C32. Grayscale: #909090. Windows color (decimal): -4951091 or 13464500. OLE color: 13464500.

HSL color Cylindrical-coordinate representation of color #B473CD: hue angle of 283.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B473CD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180115205-
CMYK0.120.4400.20
HSL283.33º47.37%62.75%-
HSV(B)283.33º43.9%80.39%-
XYZ35.9726.3760.95-
YUV144.7162.03153.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 115 (45.31% from 255) = 23%
BLUE value IS 205 (80.47% from 255) = 41%
R=36%
G=23%
B=41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801152050.120.4400.20283.3347.3762.75
HexB473CDC2C01411b2f3f
Octal26416331514540244335777
Binary101101001110011110011011100101100010100100011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473CD; }

 p { color: rgb(180,115,205); }

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

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

 a { background-color: rgb(180,115,205); }

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

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

 span { border-color: rgb(180,115,205); }

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