#b774c9

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

Shades of Medium Orchid #B774C9

Tints of Medium Orchid #B774C9

Color information

#B774C9 (or 0xB774C9) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and C9. RGB value is (183,116,201). Sum of RGB (Red+Green+Blue) = 183+116+201=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #B774C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774C9 is #488B36. Grayscale: #919191. Windows color (decimal): -4754231 or 13202615. OLE color: 13202615.

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

Color convert

RGB183116201-
CMYK0.090.4200.21
HSL287.29º44.04%62.16%-
HSV(B)287.29º42.29%78.82%-
XYZ36.3226.7858.51-
YUV145.72159.2154.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=36.6%
G=23.2%
B=40.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831162010.090.4200.21287.2944.0462.16
HexB774C992A01511f2c3e
Octal26716431111520254375476
Binary101101111110100110010011001101010010101100011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b774c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b774c9; }

 p { color: rgb(183,116,201); }

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

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

 a { background-color: rgb(183,116,201); }

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

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

 span { border-color: rgb(183,116,201); }

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