#B564CD

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

Shades of Medium Orchid #B564CD

Tints of Medium Orchid #B564CD

Color information

#B564CD (or 0xB564CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 64 and CD. RGB value is (181,100,205). Sum of RGB (Red+Green+Blue) = 181+100+205=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B564CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CD is #4A9B32. Grayscale: #878787. Windows color (decimal): -4889395 or 13460661. OLE color: 13460661.

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

Color convert

RGB181100205-
CMYK0.120.5100.20
HSL286.29º51.22%59.8%-
HSV(B)286.29º51.22%80.39%-
XYZ34.6323.3560.44-
YUV136.19166.84159.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=37.24%
G=20.58%
B=42.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811002050.120.5100.20286.2951.2259.8
HexB564CDC3301411e333c
Octal26514431514630244366374
Binary101101011100100110011011100110011010100100011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564CD; }

 p { color: rgb(181,100,205); }

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

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

 a { background-color: rgb(181,100,205); }

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

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

 span { border-color: rgb(181,100,205); }

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