#B772CE

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

Shades of Medium Orchid #B772CE

Tints of Medium Orchid #B772CE

Color information

#B772CE (or 0xB772CE) is unknown color: approx Medium Orchid. HEX triplet: B7, 72 and CE. RGB value is (183,114,206). Sum of RGB (Red+Green+Blue) = 183+114+206=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B772CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772CE is #488D31. Grayscale: #909090. Windows color (decimal): -4754738 or 13529783. OLE color: 13529783.

HSL color Cylindrical-coordinate representation of color #B772CE: hue angle of 285º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B772CE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183114206-
CMYK0.110.4500.19
HSL285º48.42%62.75%-
HSV(B)285º44.66%80.78%-
XYZ36.6926.5661.59-
YUV145.12162.36155.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=36.38%
G=22.66%
B=40.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831142060.110.4500.1928548.4262.75
HexB772CEB2D01311d303f
Octal26716231613550234356077
Binary101101111110010110011101011101101010011100011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772CE; }

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

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

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

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

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

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

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

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