#B774E0

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

Shades of Medium Orchid #B774E0

Tints of Medium Orchid #B774E0

Color information

#B774E0 (or 0xB774E0) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and E0. RGB value is (183,116,224). Sum of RGB (Red+Green+Blue) = 183+116+224=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #B774E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774E0 is #488B1F. Grayscale: #939393. Windows color (decimal): -4754208 or 14709943. OLE color: 14709943.

HSL color Cylindrical-coordinate representation of color #B774E0: hue angle of 277.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B774E0 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183116224-
CMYK0.180.4800.12
HSL277.22º63.53%66.67%-
HSV(B)277.22º48.21%87.84%-
XYZ39.2327.9473.85-
YUV148.34170.7152.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.99%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=34.99%
G=22.18%
B=42.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831162240.180.4800.12277.2263.5366.67
HexB774E012300C1154043
Octal2671643402260014425100103
Binary10110111111010011100000100101100000110010001010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774E0; }

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

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

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

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

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

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

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

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