#B944DA

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

Shades of Medium Orchid #B944DA

Tints of Medium Orchid #B944DA

Color information

#B944DA (or 0xB944DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 44 and DA. RGB value is (185,68,218). Sum of RGB (Red+Green+Blue) = 185+68+218=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #B944DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944DA is #46BB25. Grayscale: #777777. Windows color (decimal): -4635430 or 14304441. OLE color: 14304441.

HSL color Cylindrical-coordinate representation of color #B944DA: hue angle of 286.8º 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 #B944DA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18568218-
CMYK0.150.6900.15
HSL286.8º66.96%56.08%-
HSV(B)286.8º68.81%85.49%-
XYZ34.7319.5168.27-
YUV120.08183.26174.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 68 (26.95% from 255) = 14.44%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=39.28%
G=14.44%
B=46.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185682180.150.6900.15286.866.9656.08
HexB944DAF450F11f4338
Octal2711043321710501743710370
Binary1011100110001001101101011111000101011111000111111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B944DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B944DA; }

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

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

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

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

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

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

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

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