#B640C9

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

Shades of Medium Orchid #B640C9

Tints of Medium Orchid #B640C9

Color information

#B640C9 (or 0xB640C9) is unknown color: approx Medium Orchid. HEX triplet: B6, 40 and C9. RGB value is (182,64,201). Sum of RGB (Red+Green+Blue) = 182+64+201=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #B640C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640C9 is #49BF36. Grayscale: #727272. Windows color (decimal): -4833079 or 13189302. OLE color: 13189302.

HSL color Cylindrical-coordinate representation of color #B640C9: hue angle of 291.68º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B640C9 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18264201-
CMYK0.090.6800.21
HSL291.68º55.92%51.96%-
HSV(B)291.68º68.16%78.82%-
XYZ31.6717.8357.03-
YUV114.9176.59175.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=40.72%
G=14.32%
B=44.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182642010.090.6800.21291.6855.9251.96
HexB640C99440151243834
Octal266100311111040254447064
Binary1011011010000001100100110011000100010101100100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B640C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B640C9; }

 p { color: rgb(182,64,201); }

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

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

 a { background-color: rgb(182,64,201); }

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

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

 span { border-color: rgb(182,64,201); }

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