#B473CB

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

Shades of Medium Orchid #B473CB

Tints of Medium Orchid #B473CB

Color information

#B473CB (or 0xB473CB) is unknown color: approx Medium Orchid. HEX triplet: B4, 73 and CB. RGB value is (180,115,203). Sum of RGB (Red+Green+Blue) = 180+115+203=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B473CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CB is #4B8C34. Grayscale: #909090. Windows color (decimal): -4951093 or 13333428. OLE color: 13333428.

HSL color Cylindrical-coordinate representation of color #B473CB: hue angle of 284.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B473CB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180115203-
CMYK0.110.4300.20
HSL284.32º45.83%62.35%-
HSV(B)284.32º43.35%79.61%-
XYZ35.7326.2859.69-
YUV144.47161.03153.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=36.14%
G=23.09%
B=40.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801152030.110.4300.20284.3245.8362.35
HexB473CBB2B01411c2e3e
Octal26416331313530244345676
Binary101101001110011110010111011101011010100100011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473CB; }

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

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

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

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

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

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

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

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