#B973CF

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

Shades of Medium Orchid #B973CF

Tints of Medium Orchid #B973CF

Color information

#B973CF (or 0xB973CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 73 and CF. RGB value is (185,115,207). Sum of RGB (Red+Green+Blue) = 185+115+207=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B973CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973CF is #468C30. Grayscale: #929292. Windows color (decimal): -4623409 or 13595577. OLE color: 13595577.

HSL color Cylindrical-coordinate representation of color #B973CF: hue angle of 285.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B973CF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185115207-
CMYK0.110.4400.19
HSL285.65º48.94%63.14%-
HSV(B)285.65º44.44%81.18%-
XYZ37.427.0862.29-
YUV146.42162.19155.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=36.49%
G=22.68%
B=40.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851152070.110.4400.19285.6548.9463.14
HexB973CFB2C01311e313f
Octal27116331713540234366177
Binary101110011110011110011111011101100010011100011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973CF; }

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

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

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

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

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

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

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

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