#B460CC

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

Shades of Medium Orchid #B460CC

Tints of Medium Orchid #B460CC

Color information

#B460CC (or 0xB460CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 60 and CC. RGB value is (180,96,204). Sum of RGB (Red+Green+Blue) = 180+96+204=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B460CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460CC is #4B9F33. Grayscale: #858585. Windows color (decimal): -4955956 or 13394100. OLE color: 13394100.

HSL color Cylindrical-coordinate representation of color #B460CC: hue angle of 286.67º degrees, saturation: 0.51, 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 #B460CC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18096204-
CMYK0.120.5300.2
HSL286.67º51.43%58.82%-
HSV(B)286.67º52.94%80%-
XYZ33.922.4359.67-
YUV133.43167.83161.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=37.5%
G=20%
B=42.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180962040.120.5300.2286.6751.4358.82
HexB460CCC3501411f333b
Octal26414031414650244376373
Binary101101001100000110011001100110101010100100011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460CC; }

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

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

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

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

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

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

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

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