#B772CA

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

Shades of Medium Orchid #B772CA

Tints of Medium Orchid #B772CA

Color information

#B772CA (or 0xB772CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 72 and CA. RGB value is (183,114,202). Sum of RGB (Red+Green+Blue) = 183+114+202=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B772CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772CA is #488D35. Grayscale: #909090. Windows color (decimal): -4754742 or 13267639. OLE color: 13267639.

HSL color Cylindrical-coordinate representation of color #B772CA: hue angle of 287.05º degrees, saturation: 0.45, 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 #B772CA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183114202-
CMYK0.090.4400.21
HSL287.05º45.36%61.96%-
HSV(B)287.05º43.56%79.22%-
XYZ36.2126.3759.06-
YUV144.66160.36155.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=36.67%
G=22.85%
B=40.48%

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
Decimal1831142020.090.4400.21287.0545.3661.96
HexB772CA92C01511f2d3e
Octal26716231211540254375576
Binary101101111110010110010101001101100010101100011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772CA; }

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

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

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

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

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

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

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

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