#B64CD0

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

Shades of Medium Orchid #B64CD0

Tints of Medium Orchid #B64CD0

Color information

#B64CD0 (or 0xB64CD0) is unknown color: approx Medium Orchid. HEX triplet: B6, 4C and D0. RGB value is (182,76,208). Sum of RGB (Red+Green+Blue) = 182+76+208=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #B64CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CD0 is #49B32F. Grayscale: #7A7A7A. Windows color (decimal): -4830000 or 13651126. OLE color: 13651126.

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

Color convert

RGB18276208-
CMYK0.120.6300.18
HSL288.18º58.41%55.69%-
HSV(B)288.18º63.46%81.57%-
XYZ33.2619.6761.72-
YUV122.74176.12170.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 76 (30.08% from 255) = 16.31%
BLUE value IS 208 (81.64% from 255) = 44.64%
R=39.06%
G=16.31%
B=44.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182762080.120.6300.18288.1858.4155.69
HexB64CD0C3F0121203a38
Octal26611432014770224407270
Binary101101101001100110100001100111111010010100100000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64CD0; }

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

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

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

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

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

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

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

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