#B440D6

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

Shades of Medium Orchid #B440D6

Tints of Medium Orchid #B440D6

Color information

#B440D6 (or 0xB440D6) is unknown color: approx Medium Orchid. HEX triplet: B4, 40 and D6. RGB value is (180,64,214). Sum of RGB (Red+Green+Blue) = 180+64+214=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #B440D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440D6 is #4BBF29. Grayscale: #737373. Windows color (decimal): -4964138 or 14041268. OLE color: 14041268.

HSL color Cylindrical-coordinate representation of color #B440D6: hue angle of 286.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B440D6 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18064214-
CMYK0.160.7000.16
HSL286.4º64.66%54.51%-
HSV(B)286.4º70.09%83.92%-
XYZ32.7918.2365.41-
YUV115.78183.43173.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 64 (25.39% from 255) = 13.97%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=39.30%
G=13.97%
B=46.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180642140.160.7000.16286.464.6654.51
HexB440D6104601011e4137
Octal2641003262010602043610167
Binary101101001000000110101101000010001100100001000111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440D6; }

 p { color: rgb(180,64,214); }

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

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

 a { background-color: rgb(180,64,214); }

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

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

 span { border-color: rgb(180,64,214); }

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