#B460CD

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

Shades of Medium Orchid #B460CD

Tints of Medium Orchid #B460CD

Color information

#B460CD (or 0xB460CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 60 and CD. RGB value is (180,96,205). Sum of RGB (Red+Green+Blue) = 180+96+205=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B460CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460CD is #4B9F32. Grayscale: #858585. Windows color (decimal): -4955955 or 13459636. OLE color: 13459636.

HSL color Cylindrical-coordinate representation of color #B460CD: hue angle of 286.24º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B460CD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18096205-
CMYK0.120.5300.20
HSL286.24º52.15%59.02%-
HSV(B)286.24º53.17%80.39%-
XYZ34.0222.4860.3-
YUV133.54168.33161.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=37.42%
G=19.96%
B=42.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180962050.120.5300.20286.2452.1559.02
HexB460CDC3501411e343b
Octal26414031514650244366473
Binary101101001100000110011011100110101010100100011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460CD; }

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

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

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

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

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

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

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

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