#bb45da

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

Shades of Medium Orchid #BB45DA

Tints of Medium Orchid #BB45DA

Color information

#BB45DA (or 0xBB45DA) is unknown color: approx Medium Orchid. HEX triplet: BB, 45 and DA. RGB value is (187,69,218). Sum of RGB (Red+Green+Blue) = 187+69+218=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB45DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45DA is #44BA25. Grayscale: #787878. Windows color (decimal): -4504102 or 14304699. OLE color: 14304699.

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

Color convert

RGB18769218-
CMYK0.140.6800.15
HSL287.52º66.82%56.27%-
HSV(B)287.52º68.35%85.49%-
XYZ35.2819.8868.31-
YUV121.27182.59174.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 69 (27.34% from 255) = 14.56%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=39.45%
G=14.56%
B=45.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187692180.140.6800.15287.5266.8256.27
HexBB45DAE440F1204338
Octal2731053321610401744010370
Binary1011101110001011101101011101000100011111001000001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb45da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb45da; }

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

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

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

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

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

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

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

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