#b563c7

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

Shades of Medium Orchid #B563C7

Tints of Medium Orchid #B563C7

Color information

#B563C7 (or 0xB563C7) is unknown color: approx Medium Orchid. HEX triplet: B5, 63 and C7. RGB value is (181,99,199). Sum of RGB (Red+Green+Blue) = 181+99+199=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #B563C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563C7 is #4A9C38. Grayscale: #868686. Windows color (decimal): -4889657 or 13067189. OLE color: 13067189.

HSL color Cylindrical-coordinate representation of color #B563C7: hue angle of 289.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B563C7 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18199199-
CMYK0.090.5000.22
HSL289.2º47.17%58.43%-
HSV(B)289.2º50.25%78.04%-
XYZ33.8322.8756.66-
YUV134.92164.17160.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 199 (78.12% from 255) = 41.54%
R=37.79%
G=20.67%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181991990.090.5000.22289.247.1758.43
HexB563C79320161212f3a
Octal26514330711620264415772
Binary101101011100011110001111001110010010110100100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b563c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b563c7; }

 p { color: rgb(181,99,199); }

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

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

 a { background-color: rgb(181,99,199); }

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

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

 span { border-color: rgb(181,99,199); }

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