#BB3AD6

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

Shades of Medium Orchid #BB3AD6

Tints of Medium Orchid #BB3AD6

Color information

#BB3AD6 (or 0xBB3AD6) is unknown color: approx Medium Orchid. HEX triplet: BB, 3A and D6. RGB value is (187,58,214). Sum of RGB (Red+Green+Blue) = 187+58+214=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3AD6 is #44C529. Grayscale: #717171. Windows color (decimal): -4506922 or 14039739. OLE color: 14039739.

HSL color Cylindrical-coordinate representation of color #BB3AD6: hue angle of 289.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3AD6 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18758214-
CMYK0.130.7300.16
HSL289.62º65.55%53.33%-
HSV(B)289.62º72.9%83.92%-
XYZ34.1418.4565.38-
YUV114.36184.24179.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 58 (23.05% from 255) = 12.64%
BLUE value IS 214 (83.98% from 255) = 46.62%
R=40.74%
G=12.64%
B=46.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187582140.130.7300.16289.6265.5553.33
HexBB3AD6D490101224235
Octal273723261511102044210265
Binary1011101111101011010110110110010010100001001000101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3AD6; }

 p { color: rgb(187,58,214); }

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

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

 a { background-color: rgb(187,58,214); }

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

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

 span { border-color: rgb(187,58,214); }

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