#B563E1

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

Shades of Medium Orchid #B563E1

Tints of Medium Orchid #B563E1

Color information

#B563E1 (or 0xB563E1) is unknown color: approx Medium Orchid. HEX triplet: B5, 63 and E1. RGB value is (181,99,225). Sum of RGB (Red+Green+Blue) = 181+99+225=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #B563E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563E1 is #4A9C1E. Grayscale: #898989. Windows color (decimal): -4889631 or 14771125. OLE color: 14771125.

HSL color Cylindrical-coordinate representation of color #B563E1: hue angle of 279.05º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B563E1 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18199225-
CMYK0.200.5600.12
HSL279.05º67.74%63.53%-
HSV(B)279.05º56%88.24%-
XYZ37.1124.1873.95-
YUV137.88177.17158.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 99 (39.06% from 255) = 19.60%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=35.84%
G=19.60%
B=44.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181992250.200.5600.12279.0567.7463.53
HexB563E114380C1174440
Octal2651433412470014427104100
Binary10110101110001111100001101001110000110010001011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563E1; }

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

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

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

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

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

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

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

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