#B460D7

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

Shades of Medium Orchid #B460D7

Tints of Medium Orchid #B460D7

Color information

#B460D7 (or 0xB460D7) is unknown color: approx Medium Orchid. HEX triplet: B4, 60 and D7. RGB value is (180,96,215). Sum of RGB (Red+Green+Blue) = 180+96+215=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #B460D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460D7 is #4B9F28. Grayscale: #868686. Windows color (decimal): -4955945 or 14114996. OLE color: 14114996.

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

Color convert

RGB18096215-
CMYK0.160.5500.16
HSL282.35º59.8%60.98%-
HSV(B)282.35º55.35%84.31%-
XYZ35.2722.9866.87-
YUV134.68173.33160.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=36.66%
G=19.55%
B=43.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180962150.160.5500.16282.3559.860.98
HexB460D7103701011a3c3d
Octal26414032720670204327475
Binary1011010011000001101011110000110111010000100011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460D7; }

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

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

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

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

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

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

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

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