#B874C7

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

Shades of Medium Orchid #B874C7

Tints of Medium Orchid #B874C7

Color information

#B874C7 (or 0xB874C7) is unknown color: approx Medium Orchid. HEX triplet: B8, 74 and C7. RGB value is (184,116,199). Sum of RGB (Red+Green+Blue) = 184+116+199=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 199 - color contains mainly: blue. Hex color #B874C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874C7 is #478B38. Grayscale: #919191. Windows color (decimal): -4688697 or 13071544. OLE color: 13071544.

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

Color convert

RGB184116199-
CMYK0.080.4200.22
HSL289.16º42.56%61.76%-
HSV(B)289.16º41.71%78.04%-
XYZ36.3226.857.29-
YUV145.79158.03155.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 199 (78.12% from 255) = 39.88%
R=36.87%
G=23.25%
B=39.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841161990.080.4200.22289.1642.5661.76
HexB874C782A0161212b3e
Octal27016430710520264415376
Binary101110001110100110001111000101010010110100100001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874C7; }

 p { color: rgb(184,116,199); }

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

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

 a { background-color: rgb(184,116,199); }

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

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

 span { border-color: rgb(184,116,199); }

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