#BB4AD5

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

Shades of Medium Orchid #BB4AD5

Tints of Medium Orchid #BB4AD5

Color information

#BB4AD5 (or 0xBB4AD5) is unknown color: approx Medium Orchid. HEX triplet: BB, 4A and D5. RGB value is (187,74,213). Sum of RGB (Red+Green+Blue) = 187+74+213=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AD5 is #44B52A. Grayscale: #7B7B7B. Windows color (decimal): -4502827 or 13978299. OLE color: 13978299.

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

Color convert

RGB18774213-
CMYK0.120.6500.16
HSL288.78º62.33%56.27%-
HSV(B)288.78º65.26%83.53%-
XYZ34.9520.2765.02-
YUV123.63178.44173.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 74 (29.30% from 255) = 15.61%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=39.45%
G=15.61%
B=44.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187742130.120.6500.16288.7862.3356.27
HexBB4AD5C410101213e38
Octal273112325141010204417670
Binary1011101110010101101010111001000001010000100100001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4AD5; }

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

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

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

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

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

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

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

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