#B773CF

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

Shades of Medium Orchid #B773CF

Tints of Medium Orchid #B773CF

Color information

#B773CF (or 0xB773CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 73 and CF. RGB value is (183,115,207). Sum of RGB (Red+Green+Blue) = 183+115+207=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #B773CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773CF is #488C30. Grayscale: #919191. Windows color (decimal): -4754481 or 13595575. OLE color: 13595575.

HSL color Cylindrical-coordinate representation of color #B773CF: hue angle of 284.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B773CF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183115207-
CMYK0.120.4400.19
HSL284.35º48.94%63.14%-
HSV(B)284.35º44.44%81.18%-
XYZ36.9226.8362.26-
YUV145.82162.53154.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=36.24%
G=22.77%
B=40.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831152070.120.4400.19284.3548.9463.14
HexB773CFC2C01311c313f
Octal26716331714540234346177
Binary101101111110011110011111100101100010011100011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773CF; }

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

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

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

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

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

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

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

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