#B774E9

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

Shades of Medium Orchid #B774E9

Tints of Medium Orchid #B774E9

Color information

#B774E9 (or 0xB774E9) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and E9. RGB value is (183,116,233). Sum of RGB (Red+Green+Blue) = 183+116+233=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #B774E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774E9 is #488B16. Grayscale: #949494. Windows color (decimal): -4754199 or 15299767. OLE color: 15299767.

HSL color Cylindrical-coordinate representation of color #B774E9: hue angle of 274.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B774E9 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183116233-
CMYK0.210.5000.09
HSL274.36º72.67%68.43%-
HSV(B)274.36º50.21%91.37%-
XYZ40.4828.4480.45-
YUV149.37175.2151.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 116 (45.70% from 255) = 21.80%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=34.40%
G=21.80%
B=43.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831162330.210.5000.09274.3672.6768.43
HexB774E91532091124944
Octal2671643512562011422111104
Binary10110111111010011101001101011100100100110001001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774E9; }

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

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

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

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

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

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

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

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