#B563CB

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

Shades of Medium Orchid #B563CB

Tints of Medium Orchid #B563CB

Color information

#B563CB (or 0xB563CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 63 and CB. RGB value is (181,99,203). Sum of RGB (Red+Green+Blue) = 181+99+203=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B563CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563CB is #4A9C34. Grayscale: #878787. Windows color (decimal): -4889653 or 13329333. OLE color: 13329333.

HSL color Cylindrical-coordinate representation of color #B563CB: hue angle of 287.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B563CB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18199203-
CMYK0.110.5100.20
HSL287.31º50%59.22%-
HSV(B)287.31º51.23%79.61%-
XYZ34.323.0659.14-
YUV135.37166.17160.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=37.47%
G=20.50%
B=42.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181992030.110.5100.20287.315059.22
HexB563CBB3301411f323b
Octal26514331313630244376273
Binary101101011100011110010111011110011010100100011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563CB; }

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

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

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

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

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

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

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

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