#B771CA

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

Shades of Medium Orchid #B771CA

Tints of Medium Orchid #B771CA

Color information

#B771CA (or 0xB771CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and CA. RGB value is (183,113,202). Sum of RGB (Red+Green+Blue) = 183+113+202=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B771CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771CA is #488E35. Grayscale: #8F8F8F. Windows color (decimal): -4754998 or 13267383. OLE color: 13267383.

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

Color convert

RGB183113202-
CMYK0.090.4400.21
HSL287.19º45.64%61.76%-
HSV(B)287.19º44.06%79.22%-
XYZ36.0926.1459.02-
YUV144.08160.69155.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=36.75%
G=22.69%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831132020.090.4400.21287.1945.6461.76
HexB771CA92C01511f2e3e
Octal26716131211540254375676
Binary101101111110001110010101001101100010101100011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771CA; }

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

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

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

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

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

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

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

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