#B974CE

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

Shades of Medium Orchid #B974CE

Tints of Medium Orchid #B974CE

Color information

#B974CE (or 0xB974CE) is unknown color: approx Medium Orchid. HEX triplet: B9, 74 and CE. RGB value is (185,116,206). Sum of RGB (Red+Green+Blue) = 185+116+206=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #B974CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974CE is #468B31. Grayscale: #929292. Windows color (decimal): -4623154 or 13530297. OLE color: 13530297.

HSL color Cylindrical-coordinate representation of color #B974CE: hue angle of 286º degrees, saturation: 0.48, 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 #B974CE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185116206-
CMYK0.100.4400.19
HSL286º47.87%63.14%-
HSV(B)286º43.69%80.78%-
XYZ37.3927.2661.68-
YUV146.89161.36155.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=36.49%
G=22.88%
B=40.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851162060.100.4400.1928647.8763.14
HexB974CEA2C01311e303f
Octal27116431612540234366077
Binary101110011110100110011101010101100010011100011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B974CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B974CE; }

 p { color: rgb(185,116,206); }

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

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

 a { background-color: rgb(185,116,206); }

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

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

 span { border-color: rgb(185,116,206); }

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