#BB4FD5

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

Shades of Medium Orchid #BB4FD5

Tints of Medium Orchid #BB4FD5

Color information

#BB4FD5 (or 0xBB4FD5) is unknown color: approx Medium Orchid. HEX triplet: BB, 4F and D5. RGB value is (187,79,213). Sum of RGB (Red+Green+Blue) = 187+79+213=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB4FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FD5 is #44B02A. Grayscale: #7E7E7E. Windows color (decimal): -4501547 or 13979579. OLE color: 13979579.

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

Color convert

RGB18779213-
CMYK0.120.6300.16
HSL288.36º61.47%57.25%-
HSV(B)288.36º62.91%83.53%-
XYZ35.320.9665.14-
YUV126.57176.78171.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=39.04%
G=16.49%
B=44.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187792130.120.6300.16288.3661.4757.25
HexBB4FD5C3F0101203d39
Octal27311732514770204407571
Binary101110111001111110101011100111111010000100100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4FD5; }

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

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

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

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

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

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

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

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