#B64CD1

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

Shades of Medium Orchid #B64CD1

Tints of Medium Orchid #B64CD1

Color information

#B64CD1 (or 0xB64CD1) is unknown color: approx Medium Orchid. HEX triplet: B6, 4C and D1. RGB value is (182,76,209). Sum of RGB (Red+Green+Blue) = 182+76+209=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #B64CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CD1 is #49B32E. Grayscale: #7A7A7A. Windows color (decimal): -4829999 or 13716662. OLE color: 13716662.

HSL color Cylindrical-coordinate representation of color #B64CD1: hue angle of 287.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64CD1 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18276209-
CMYK0.130.6400.18
HSL287.82º59.11%55.88%-
HSV(B)287.82º63.64%81.96%-
XYZ33.3819.7262.37-
YUV122.86176.62170.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 76 (30.08% from 255) = 16.27%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=38.97%
G=16.27%
B=44.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182762090.130.6400.18287.8259.1155.88
HexB64CD1D400121203b38
Octal266114321151000224407370
Binary1011011010011001101000111011000000010010100100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64CD1; }

 p { color: rgb(182,76,209); }

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

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

 a { background-color: rgb(182,76,209); }

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

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

 span { border-color: rgb(182,76,209); }

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