#B473D0

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

Shades of Medium Orchid #B473D0

Tints of Medium Orchid #B473D0

Color information

#B473D0 (or 0xB473D0) is unknown color: approx Medium Orchid. HEX triplet: B4, 73 and D0. RGB value is (180,115,208). Sum of RGB (Red+Green+Blue) = 180+115+208=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B473D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473D0 is #4B8C2F. Grayscale: #909090. Windows color (decimal): -4951088 or 13661108. OLE color: 13661108.

HSL color Cylindrical-coordinate representation of color #B473D0: hue angle of 281.94º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B473D0 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180115208-
CMYK0.130.4500.18
HSL281.94º49.73%63.33%-
HSV(B)281.94º44.71%81.57%-
XYZ36.3426.5262.88-
YUV145.04163.53152.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=35.79%
G=22.86%
B=41.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801152080.130.4500.18281.9449.7363.33
HexB473D0D2D01211a323f
Octal26416332015550224326277
Binary101101001110011110100001101101101010010100011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473D0; }

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

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

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

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

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

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

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

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