#B772C9

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

Shades of Medium Orchid #B772C9

Tints of Medium Orchid #B772C9

Color information

#B772C9 (or 0xB772C9) is unknown color: approx Medium Orchid. HEX triplet: B7, 72 and C9. RGB value is (183,114,201). Sum of RGB (Red+Green+Blue) = 183+114+201=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #B772C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772C9 is #488D36. Grayscale: #909090. Windows color (decimal): -4754743 or 13202103. OLE color: 13202103.

HSL color Cylindrical-coordinate representation of color #B772C9: hue angle of 287.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B772C9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183114201-
CMYK0.090.4300.21
HSL287.59º44.62%61.76%-
HSV(B)287.59º43.28%78.82%-
XYZ36.0926.3258.44-
YUV144.55159.86155.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=36.75%
G=22.89%
B=40.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831142010.090.4300.21287.5944.6261.76
HexB772C992B0151202d3e
Octal26716231111530254405576
Binary101101111110010110010011001101011010101100100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772C9; }

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

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

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

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

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

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

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

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