#B463DA

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

Shades of Medium Orchid #B463DA

Tints of Medium Orchid #B463DA

Color information

#B463DA (or 0xB463DA) is unknown color: approx Medium Orchid. HEX triplet: B4, 63 and DA. RGB value is (180,99,218). Sum of RGB (Red+Green+Blue) = 180+99+218=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B463DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463DA is #4B9C25. Grayscale: #888888. Windows color (decimal): -4955174 or 14312372. OLE color: 14312372.

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

Color convert

RGB18099218-
CMYK0.170.5500.15
HSL280.84º61.66%62.16%-
HSV(B)280.84º54.59%85.49%-
XYZ35.9423.6969.01-
YUV136.78173.84158.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=36.22%
G=19.92%
B=43.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180992180.170.5500.15280.8461.6662.16
HexB463DA11370F1193e3e
Octal26414333221670174317676
Binary101101001100011110110101000111011101111100011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463DA; }

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

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

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

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

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

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

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

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