#B76DDD

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

Shades of Medium Orchid #B76DDD

Tints of Medium Orchid #B76DDD

Color information

#B76DDD (or 0xB76DDD) is unknown color: approx Medium Orchid. HEX triplet: B7, 6D and DD. RGB value is (183,109,221). Sum of RGB (Red+Green+Blue) = 183+109+221=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDD is #489222. Grayscale: #8F8F8F. Windows color (decimal): -4756003 or 14511543. OLE color: 14511543.

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

Color convert

RGB183109221-
CMYK0.170.5100.13
HSL279.64º62.22%64.71%-
HSV(B)279.64º50.68%86.67%-
XYZ38.0526.2371.46-
YUV143.89171.52155.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=35.67%
G=21.25%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831092210.170.5100.13279.6462.2264.71
HexB76DDD11330D1183e41
Octal267155335216301543076101
Binary1011011111011011101110110001110011011011000110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DDD; }

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

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

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

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

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

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

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

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