#B973C9

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

Shades of Medium Orchid #B973C9

Tints of Medium Orchid #B973C9

Color information

#B973C9 (or 0xB973C9) is unknown color: approx Medium Orchid. HEX triplet: B9, 73 and C9. RGB value is (185,115,201). Sum of RGB (Red+Green+Blue) = 185+115+201=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #B973C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973C9 is #468C36. Grayscale: #919191. Windows color (decimal): -4623415 or 13202361. OLE color: 13202361.

HSL color Cylindrical-coordinate representation of color #B973C9: hue angle of 288.84º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B973C9 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185115201-
CMYK0.080.4300.21
HSL288.84º44.33%61.96%-
HSV(B)288.84º42.79%78.82%-
XYZ36.6826.7958.5-
YUV145.73159.19156.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=36.93%
G=22.95%
B=40.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851152010.080.4300.21288.8444.3361.96
HexB973C982B0151212c3e
Octal27116331110530254415476
Binary101110011110011110010011000101011010101100100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973C9; }

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

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

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

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

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

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

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

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