#B647CF

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

Shades of Medium Orchid #B647CF

Tints of Medium Orchid #B647CF

Color information

#B647CF (or 0xB647CF) is unknown color: approx Medium Orchid. HEX triplet: B6, 47 and CF. RGB value is (182,71,207). Sum of RGB (Red+Green+Blue) = 182+71+207=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B647CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647CF is #49B830. Grayscale: #777777. Windows color (decimal): -4831281 or 13584310. OLE color: 13584310.

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

Color convert

RGB18271207-
CMYK0.120.6600.19
HSL288.97º58.62%54.51%-
HSV(B)288.97º65.7%81.18%-
XYZ32.8118.9660.96-
YUV119.69177.27172.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 71 (28.12% from 255) = 15.43%
BLUE value IS 207 (81.25% from 255) = 45%
R=39.57%
G=15.43%
B=45%

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
Decimal182712070.120.6600.19288.9758.6254.51
HexB647CFC420131213b37
Octal266107317141020234417367
Binary1011011010001111100111111001000010010011100100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B647CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B647CF; }

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

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

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

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

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

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

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

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