#B771CC

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

Shades of Medium Orchid #B771CC

Tints of Medium Orchid #B771CC

Color information

#B771CC (or 0xB771CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and CC. RGB value is (183,113,204). Sum of RGB (Red+Green+Blue) = 183+113+204=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B771CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771CC is #488E33. Grayscale: #909090. Windows color (decimal): -4754996 or 13398455. OLE color: 13398455.

HSL color Cylindrical-coordinate representation of color #B771CC: hue angle of 286.15º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B771CC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183113204-
CMYK0.100.4500.2
HSL286.15º47.15%62.16%-
HSV(B)286.15º44.61%80%-
XYZ36.3326.2460.28-
YUV144.3161.69155.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=36.6%
G=22.6%
B=40.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831132040.100.4500.2286.1547.1562.16
HexB771CCA2D01411e2f3e
Octal26716131412550244365776
Binary101101111110001110011001010101101010100100011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771CC; }

 p { color: rgb(183,113,204); }

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

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

 a { background-color: rgb(183,113,204); }

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

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

 span { border-color: rgb(183,113,204); }

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