#b774ce

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

Shades of Medium Orchid #B774CE

Tints of Medium Orchid #B774CE

Color information

#B774CE (or 0xB774CE) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and CE. RGB value is (183,116,206). Sum of RGB (Red+Green+Blue) = 183+116+206=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B774CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774CE is #488B31. Grayscale: #929292. Windows color (decimal): -4754226 or 13530295. OLE color: 13530295.

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

Color convert

RGB183116206-
CMYK0.110.4400.19
HSL284.67º47.87%63.14%-
HSV(B)284.67º43.69%80.78%-
XYZ36.9127.0161.66-
YUV146.29161.7154.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=36.24%
G=22.97%
B=40.79%

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
Decimal1831162060.110.4400.19284.6747.8763.14
HexB774CEB2C01311d303f
Octal26716431613540234356077
Binary101101111110100110011101011101100010011100011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b774ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b774ce; }

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

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

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

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

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

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

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

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