#BB3DD5

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

Shades of Medium Orchid #BB3DD5

Tints of Medium Orchid #BB3DD5

Color information

#BB3DD5 (or 0xBB3DD5) is unknown color: approx Medium Orchid. HEX triplet: BB, 3D and D5. RGB value is (187,61,213). Sum of RGB (Red+Green+Blue) = 187+61+213=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB3DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DD5 is #44C22A. Grayscale: #737373. Windows color (decimal): -4506155 or 13974971. OLE color: 13974971.

HSL color Cylindrical-coordinate representation of color #BB3DD5: hue angle of 289.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3DD5 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18761213-
CMYK0.120.7100.16
HSL289.74º64.41%53.73%-
HSV(B)289.74º71.36%83.53%-
XYZ34.1718.7164.76-
YUV116182.74178.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 61 (24.22% from 255) = 13.23%
BLUE value IS 213 (83.59% from 255) = 46.20%
R=40.56%
G=13.23%
B=46.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187612130.120.7100.16289.7464.4153.73
HexBB3DD5C470101224036
Octal273753251410702044210066
Binary1011101111110111010101110010001110100001001000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DD5; }

 p { color: rgb(187,61,213); }

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

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

 a { background-color: rgb(187,61,213); }

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

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

 span { border-color: rgb(187,61,213); }

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