#B775DD

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

Shades of Medium Orchid #B775DD

Tints of Medium Orchid #B775DD

Color information

#B775DD (or 0xB775DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 75 and DD. RGB value is (183,117,221). Sum of RGB (Red+Green+Blue) = 183+117+221=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B775DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775DD is #488A22. Grayscale: #949494. Windows color (decimal): -4753955 or 14513591. OLE color: 14513591.

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

Color convert

RGB183117221-
CMYK0.170.4700.13
HSL278.08º60.47%66.27%-
HSV(B)278.08º47.06%86.67%-
XYZ38.9428.0171.76-
YUV148.59168.87152.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=35.12%
G=22.46%
B=42.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831172210.170.4700.13278.0860.4766.27
HexB775DD112F0D1163c42
Octal267165335215701542674102
Binary1011011111101011101110110001101111011011000101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775DD; }

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

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

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

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

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

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

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

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