#B774EA

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

Shades of Medium Orchid #B774EA

Tints of Medium Orchid #B774EA

Color information

#B774EA (or 0xB774EA) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and EA. RGB value is (183,116,234). Sum of RGB (Red+Green+Blue) = 183+116+234=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #B774EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774EA is #488B15. Grayscale: #959595. Windows color (decimal): -4754198 or 15365303. OLE color: 15365303.

HSL color Cylindrical-coordinate representation of color #B774EA: hue angle of 274.07º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B774EA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183116234-
CMYK0.220.5000.08
HSL274.07º73.75%68.63%-
HSV(B)274.07º50.43%91.76%-
XYZ40.6328.581.2-
YUV149.49175.7151.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=34.33%
G=21.76%
B=43.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831162340.220.5000.08274.0773.7568.63
HexB774EA1632081124a45
Octal2671643522662010422112105
Binary10110111111010011101010101101100100100010001001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774EA; }

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

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

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

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

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

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

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

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