#B466DA

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

Shades of Medium Orchid #B466DA

Tints of Medium Orchid #B466DA

Color information

#B466DA (or 0xB466DA) is unknown color: approx Medium Orchid. HEX triplet: B4, 66 and DA. RGB value is (180,102,218). Sum of RGB (Red+Green+Blue) = 180+102+218=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B466DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466DA is #4B9925. Grayscale: #8A8A8A. Windows color (decimal): -4954406 or 14313140. OLE color: 14313140.

HSL color Cylindrical-coordinate representation of color #B466DA: hue angle of 280.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B466DA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180102218-
CMYK0.170.5300.15
HSL280.34º61.05%62.75%-
HSV(B)280.34º53.21%85.49%-
XYZ36.2324.2769.1-
YUV138.55172.84157.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=36%
G=20.4%
B=43.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801022180.170.5300.15280.3461.0562.75
HexB466DA11350F1183d3f
Octal26414633221650174307577
Binary101101001100110110110101000111010101111100011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466DA; }

 p { color: rgb(180,102,218); }

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

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

 a { background-color: rgb(180,102,218); }

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

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

 span { border-color: rgb(180,102,218); }

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