#BB5DDA

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

Shades of Medium Orchid #BB5DDA

Tints of Medium Orchid #BB5DDA

Color information

#BB5DDA (or 0xBB5DDA) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and DA. RGB value is (187,93,218). Sum of RGB (Red+Green+Blue) = 187+93+218=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DDA is #44A225. Grayscale: #868686. Windows color (decimal): -4497958 or 14310843. OLE color: 14310843.

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

Color convert

RGB18793218-
CMYK0.140.5700.15
HSL285.12º62.81%60.98%-
HSV(B)285.12º57.34%85.49%-
XYZ37.0623.4668.9-
YUV135.36174.64164.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=37.55%
G=18.67%
B=43.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187932180.140.5700.15285.1262.8160.98
HexBB5DDAE390F11d3f3d
Octal27313533216710174357775
Binary10111011101110111011010111011100101111100011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DDA; }

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

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

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

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

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

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

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

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