#B774DE

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

Shades of Medium Orchid #B774DE

Tints of Medium Orchid #B774DE

Color information

#B774DE (or 0xB774DE) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and DE. RGB value is (183,116,222). Sum of RGB (Red+Green+Blue) = 183+116+222=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #B774DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774DE is #488B21. Grayscale: #939393. Windows color (decimal): -4754210 or 14578871. OLE color: 14578871.

HSL color Cylindrical-coordinate representation of color #B774DE: hue angle of 277.92º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B774DE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183116222-
CMYK0.180.4800.13
HSL277.92º61.63%66.27%-
HSV(B)277.92º47.75%87.06%-
XYZ38.9627.8372.43-
YUV148.12169.7152.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=35.12%
G=22.26%
B=42.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831162220.180.4800.13277.9261.6366.27
HexB774DE12300D1163e42
Octal267164336226001542676102
Binary1011011111101001101111010010110000011011000101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774DE; }

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

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

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

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

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

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

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

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