#B460DC

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

Shades of Medium Orchid #B460DC

Tints of Medium Orchid #B460DC

Color information

#B460DC (or 0xB460DC) is unknown color: approx Medium Orchid. HEX triplet: B4, 60 and DC. RGB value is (180,96,220). Sum of RGB (Red+Green+Blue) = 180+96+220=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B460DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460DC is #4B9F23. Grayscale: #868686. Windows color (decimal): -4955940 or 14442676. OLE color: 14442676.

HSL color Cylindrical-coordinate representation of color #B460DC: hue angle of 280.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B460DC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18096220-
CMYK0.180.5600.14
HSL280.65º63.92%61.96%-
HSV(B)280.65º56.36%86.27%-
XYZ35.9223.2470.3-
YUV135.25175.83159.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=36.29%
G=19.35%
B=44.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180962200.180.5600.14280.6563.9261.96
HexB460DC12380E119403e
Octal264140334227001643110076
Binary1011010011000001101110010010111000011101000110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460DC; }

 p { color: rgb(180,96,220); }

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

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

 a { background-color: rgb(180,96,220); }

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

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

 span { border-color: rgb(180,96,220); }

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