#B973CC

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

Shades of Medium Orchid #B973CC

Tints of Medium Orchid #B973CC

Color information

#B973CC (or 0xB973CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 73 and CC. RGB value is (185,115,204). Sum of RGB (Red+Green+Blue) = 185+115+204=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #B973CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973CC is #468C33. Grayscale: #919191. Windows color (decimal): -4623412 or 13398969. OLE color: 13398969.

HSL color Cylindrical-coordinate representation of color #B973CC: hue angle of 287.19º 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 #B973CC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185115204-
CMYK0.090.4400.2
HSL287.19º46.6%62.55%-
HSV(B)287.19º43.63%80%-
XYZ37.0426.9460.37-
YUV146.08160.69155.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 115 (45.31% from 255) = 22.82%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=36.71%
G=22.82%
B=40.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851152040.090.4400.2287.1946.662.55
HexB973CC92C01411f2f3f
Octal27116331411540244375777
Binary101110011110011110011001001101100010100100011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973CC; }

 p { color: rgb(185,115,204); }

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

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

 a { background-color: rgb(185,115,204); }

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

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

 span { border-color: rgb(185,115,204); }

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