#B778DE

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

Shades of Medium Orchid #B778DE

Tints of Medium Orchid #B778DE

Color information

#B778DE (or 0xB778DE) is unknown color: approx Medium Orchid. HEX triplet: B7, 78 and DE. RGB value is (183,120,222). Sum of RGB (Red+Green+Blue) = 183+120+222=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #B778DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778DE is #488721. Grayscale: #969696. Windows color (decimal): -4753186 or 14579895. OLE color: 14579895.

HSL color Cylindrical-coordinate representation of color #B778DE: hue angle of 277.06º degrees, saturation: 0.61, 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 #B778DE is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183120222-
CMYK0.180.4600.13
HSL277.06º60.71%67.06%-
HSV(B)277.06º45.95%87.06%-
XYZ39.4328.7772.58-
YUV150.46168.37151.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=34.86%
G=22.86%
B=42.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831202220.180.4600.13277.0660.7167.06
HexB778DE122E0D1153d43
Octal267170336225601542575103
Binary1011011111110001101111010010101110011011000101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778DE; }

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

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

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

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

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

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

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

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