#B772DD

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

Shades of Medium Orchid #B772DD

Tints of Medium Orchid #B772DD

Color information

#B772DD (or 0xB772DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 72 and DD. RGB value is (183,114,221). Sum of RGB (Red+Green+Blue) = 183+114+221=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B772DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772DD is #488D22. Grayscale: #929292. Windows color (decimal): -4754723 or 14512823. OLE color: 14512823.

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

Color convert

RGB183114221-
CMYK0.170.4800.13
HSL278.69º61.14%65.69%-
HSV(B)278.69º48.42%86.67%-
XYZ38.627.3271.65-
YUV146.83169.86153.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=35.33%
G=22.01%
B=42.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831142210.170.4800.13278.6961.1465.69
HexB772DD11300D1173d42
Octal267162335216001542775102
Binary1011011111100101101110110001110000011011000101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772DD; }

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

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

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

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

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

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

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

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