#B64BCC

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

Shades of Medium Orchid #B64BCC

Tints of Medium Orchid #B64BCC

Color information

#B64BCC (or 0xB64BCC) is unknown color: approx Medium Orchid. HEX triplet: B6, 4B and CC. RGB value is (182,75,204). Sum of RGB (Red+Green+Blue) = 182+75+204=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B64BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BCC is #49B433. Grayscale: #797979. Windows color (decimal): -4830260 or 13388726. OLE color: 13388726.

HSL color Cylindrical-coordinate representation of color #B64BCC: hue angle of 289.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64BCC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18275204-
CMYK0.110.6300.2
HSL289.77º55.84%54.71%-
HSV(B)289.77º63.24%80%-
XYZ32.7119.3459.14-
YUV121.7174.45171.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 75 (29.69% from 255) = 16.27%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=39.48%
G=16.27%
B=44.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182752040.110.6300.2289.7755.8454.71
HexB64BCCB3F0141223837
Octal26611331413770244427067
Binary101101101001011110011001011111111010100100100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BCC; }

 p { color: rgb(182,75,204); }

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

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

 a { background-color: rgb(182,75,204); }

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

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

 span { border-color: rgb(182,75,204); }

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