#B044DA

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

Shades of Medium Orchid #B044DA

Tints of Medium Orchid #B044DA

Color information

#B044DA (or 0xB044DA) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and DA. RGB value is (176,68,218). Sum of RGB (Red+Green+Blue) = 176+68+218=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B044DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044DA is #4FBB25. Grayscale: #747474. Windows color (decimal): -5225254 or 14304432. OLE color: 14304432.

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

Color convert

RGB17668218-
CMYK0.190.6900.15
HSL283.2º66.96%56.08%-
HSV(B)283.2º68.81%85.49%-
XYZ32.6318.4368.17-
YUV117.39184.78169.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=38.10%
G=14.72%
B=47.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176682180.190.6900.15283.266.9656.08
HexB044DA13450F11b4338
Octal2601043322310501743310370
Binary10110000100010011011010100111000101011111000110111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044DA; }

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

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

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

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

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

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

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

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