#B677DD

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

Shades of Medium Orchid #B677DD

Tints of Medium Orchid #B677DD

Color information

#B677DD (or 0xB677DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 77 and DD. RGB value is (182,119,221). Sum of RGB (Red+Green+Blue) = 182+119+221=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B677DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677DD is #498822. Grayscale: #959595. Windows color (decimal): -4818979 or 14514102. OLE color: 14514102.

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

Color convert

RGB182119221-
CMYK0.180.4600.13
HSL277.06º60%66.67%-
HSV(B)277.06º46.15%86.67%-
XYZ38.9428.3671.83-
YUV149.46168.37151.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=34.87%
G=22.80%
B=42.34%

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
Decimal1821192210.180.4600.13277.066066.67
HexB677DD122E0D1153c43
Octal266167335225601542574103
Binary1011011011101111101110110010101110011011000101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B677DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B677DD; }

 p { color: rgb(182,119,221); }

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

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

 a { background-color: rgb(182,119,221); }

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

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

 span { border-color: rgb(182,119,221); }

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