#BB44DA

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

Shades of Medium Orchid #BB44DA

Tints of Medium Orchid #BB44DA

Color information

#BB44DA (or 0xBB44DA) is unknown color: approx Medium Orchid. HEX triplet: BB, 44 and DA. RGB value is (187,68,218). Sum of RGB (Red+Green+Blue) = 187+68+218=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB44DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44DA is #44BB25. Grayscale: #787878. Windows color (decimal): -4504358 or 14304443. OLE color: 14304443.

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

Color convert

RGB18768218-
CMYK0.140.6900.15
HSL287.6º66.96%56.08%-
HSV(B)287.6º68.81%85.49%-
XYZ35.2219.7668.29-
YUV120.68182.92175.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 68 (26.95% from 255) = 14.38%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=39.53%
G=14.38%
B=46.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187682180.140.6900.15287.666.9656.08
HexBB44DAE450F1204338
Octal2731043321610501744010370
Binary1011101110001001101101011101000101011111001000001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44DA; }

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

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

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

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

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

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

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

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