#B773CB

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

Shades of Medium Orchid #B773CB

Tints of Medium Orchid #B773CB

Color information

#B773CB (or 0xB773CB) is unknown color: approx Medium Orchid. HEX triplet: B7, 73 and CB. RGB value is (183,115,203). Sum of RGB (Red+Green+Blue) = 183+115+203=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B773CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773CB is #488C34. Grayscale: #919191. Windows color (decimal): -4754485 or 13333431. OLE color: 13333431.

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

Color convert

RGB183115203-
CMYK0.100.4300.20
HSL286.36º45.83%62.35%-
HSV(B)286.36º43.35%79.61%-
XYZ36.4426.6459.72-
YUV145.36160.53154.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=36.53%
G=22.95%
B=40.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831152030.100.4300.20286.3645.8362.35
HexB773CBA2B01411e2e3e
Octal26716331312530244365676
Binary101101111110011110010111010101011010100100011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773CB; }

 p { color: rgb(183,115,203); }

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

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

 a { background-color: rgb(183,115,203); }

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

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

 span { border-color: rgb(183,115,203); }

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