#b773c9

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

Shades of Medium Orchid #B773C9

Tints of Medium Orchid #B773C9

Color information

#B773C9 (or 0xB773C9) is unknown color: approx Medium Orchid. HEX triplet: B7, 73 and C9. RGB value is (183,115,201). Sum of RGB (Red+Green+Blue) = 183+115+201=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #B773C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773C9 is #488C36. Grayscale: #909090. Windows color (decimal): -4754487 or 13202359. OLE color: 13202359.

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

Color convert

RGB183115201-
CMYK0.090.4300.21
HSL287.44º44.33%61.96%-
HSV(B)287.44º42.79%78.82%-
XYZ36.226.5558.47-
YUV145.14159.53155.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=36.67%
G=23.05%
B=40.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831152010.090.4300.21287.4444.3361.96
HexB773C992B01511f2c3e
Octal26716331111530254375476
Binary101101111110011110010011001101011010101100011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b773c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b773c9; }

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

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

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

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

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

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

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

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