#B544DA

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

Shades of Medium Orchid #B544DA

Tints of Medium Orchid #B544DA

Color information

#B544DA (or 0xB544DA) is unknown color: approx Medium Orchid. HEX triplet: B5, 44 and DA. RGB value is (181,68,218). Sum of RGB (Red+Green+Blue) = 181+68+218=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B544DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544DA is #4ABB25. Grayscale: #767676. Windows color (decimal): -4897574 or 14304437. OLE color: 14304437.

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

Color convert

RGB18168218-
CMYK0.170.6900.15
HSL285.2º66.96%56.08%-
HSV(B)285.2º68.81%85.49%-
XYZ33.7819.0268.22-
YUV118.89183.94172.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=38.76%
G=14.56%
B=46.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181682180.170.6900.15285.266.9656.08
HexB544DA11450F11d4338
Octal2651043322110501743510370
Binary10110101100010011011010100011000101011111000111011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544DA; }

 p { color: rgb(181,68,218); }

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

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

 a { background-color: rgb(181,68,218); }

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

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

 span { border-color: rgb(181,68,218); }

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