#B460C4

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

Shades of Medium Orchid #B460C4

Tints of Medium Orchid #B460C4

Color information

#B460C4 (or 0xB460C4) is unknown color: approx Medium Orchid. HEX triplet: B4, 60 and C4. RGB value is (180,96,196). Sum of RGB (Red+Green+Blue) = 180+96+196=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #B460C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460C4 is #4B9F3B. Grayscale: #848484. Windows color (decimal): -4955964 or 12869812. OLE color: 12869812.

HSL color Cylindrical-coordinate representation of color #B460C4: hue angle of 290.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B460C4 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18096196-
CMYK0.080.5100.23
HSL290.4º45.87%57.25%-
HSV(B)290.4º51.02%76.86%-
XYZ32.9722.0554.74-
YUV132.52163.83161.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=38.14%
G=20.34%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180961960.080.5100.23290.445.8757.25
HexB460C48330171222e39
Octal26414030410630274425671
Binary101101001100000110001001000110011010111100100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460C4; }

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

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

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

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

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

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

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

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