#B646CF

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

Shades of Medium Orchid #B646CF

Tints of Medium Orchid #B646CF

Color information

#B646CF (or 0xB646CF) is unknown color: approx Medium Orchid. HEX triplet: B6, 46 and CF. RGB value is (182,70,207). Sum of RGB (Red+Green+Blue) = 182+70+207=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B646CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646CF is #49B930. Grayscale: #767676. Windows color (decimal): -4831537 or 13584054. OLE color: 13584054.

HSL color Cylindrical-coordinate representation of color #B646CF: hue angle of 289.05º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B646CF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18270207-
CMYK0.120.6600.19
HSL289.05º58.8%54.31%-
HSV(B)289.05º66.18%81.18%-
XYZ32.7418.8360.94-
YUV119.11177.61172.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 70 (27.73% from 255) = 15.25%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=39.65%
G=15.25%
B=45.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182702070.120.6600.19289.0558.854.31
HexB646CFC420131213b36
Octal266106317141020234417366
Binary1011011010001101100111111001000010010011100100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B646CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B646CF; }

 p { color: rgb(182,70,207); }

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

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

 a { background-color: rgb(182,70,207); }

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

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

 span { border-color: rgb(182,70,207); }

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