#B778DD

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

Shades of Medium Orchid #B778DD

Tints of Medium Orchid #B778DD

Color information

#B778DD (or 0xB778DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 78 and DD. RGB value is (183,120,221). Sum of RGB (Red+Green+Blue) = 183+120+221=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B778DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778DD is #488722. Grayscale: #969696. Windows color (decimal): -4753187 or 14514359. OLE color: 14514359.

HSL color Cylindrical-coordinate representation of color #B778DD: hue angle of 277.43º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B778DD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183120221-
CMYK0.170.4600.13
HSL277.43º59.76%66.86%-
HSV(B)277.43º45.7%86.67%-
XYZ39.328.7271.88-
YUV150.35167.87151.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=34.92%
G=22.90%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831202210.170.4600.13277.4359.7666.86
HexB778DD112E0D1153c43
Octal267170335215601542574103
Binary1011011111110001101110110001101110011011000101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778DD; }

 p { color: rgb(183,120,221); }

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

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

 a { background-color: rgb(183,120,221); }

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

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

 span { border-color: rgb(183,120,221); }

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