#BB48D1

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

Shades of Medium Orchid #BB48D1

Tints of Medium Orchid #BB48D1

Color information

#BB48D1 (or 0xBB48D1) is unknown color: approx Medium Orchid. HEX triplet: BB, 48 and D1. RGB value is (187,72,209). Sum of RGB (Red+Green+Blue) = 187+72+209=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48D1 is #44B72E. Grayscale: #797979. Windows color (decimal): -4503343 or 13715643. OLE color: 13715643.

HSL color Cylindrical-coordinate representation of color #BB48D1: hue angle of 290.36º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB48D1 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18772209-
CMYK0.110.6600.18
HSL290.36º59.83%55.1%-
HSV(B)290.36º65.55%81.96%-
XYZ34.3219.862.34-
YUV122177.1174.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 72 (28.52% from 255) = 15.38%
BLUE value IS 209 (82.03% from 255) = 44.66%
R=39.96%
G=15.38%
B=44.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187722090.110.6600.18290.3659.8355.1
HexBB48D1B420121223c37
Octal273110321131020224427467
Binary1011101110010001101000110111000010010010100100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48D1; }

 p { color: rgb(187,72,209); }

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

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

 a { background-color: rgb(187,72,209); }

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

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

 span { border-color: rgb(187,72,209); }

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