#BB75DC

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

Shades of Medium Orchid #BB75DC

Tints of Medium Orchid #BB75DC

Color information

#BB75DC (or 0xBB75DC) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and DC. RGB value is (187,117,220). Sum of RGB (Red+Green+Blue) = 187+117+220=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75DC is #448A23. Grayscale: #959595. Windows color (decimal): -4491812 or 14448059. OLE color: 14448059.

HSL color Cylindrical-coordinate representation of color #BB75DC: hue angle of 280.78º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB75DC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187117220-
CMYK0.150.4700.14
HSL280.78º59.54%66.08%-
HSV(B)280.78º46.82%86.27%-
XYZ39.7728.4571.11-
YUV149.67167.69154.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=35.69%
G=22.33%
B=41.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871172200.150.4700.14280.7859.5466.08
HexBB75DCF2F0E1193c42
Octal273165334175701643174102
Binary101110111110101110111001111101111011101000110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75DC; }

 p { color: rgb(187,117,220); }

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

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

 a { background-color: rgb(187,117,220); }

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

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

 span { border-color: rgb(187,117,220); }

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