#BB46CD

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

Shades of Medium Orchid #BB46CD

Tints of Medium Orchid #BB46CD

Color information

#BB46CD (or 0xBB46CD) is unknown color: approx Medium Orchid. HEX triplet: BB, 46 and CD. RGB value is (187,70,205). Sum of RGB (Red+Green+Blue) = 187+70+205=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB46CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46CD is #44B932. Grayscale: #777777. Windows color (decimal): -4503859 or 13452987. OLE color: 13452987.

HSL color Cylindrical-coordinate representation of color #BB46CD: hue angle of 292º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB46CD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18770205-
CMYK0.090.6600.20
HSL292º57.45%53.92%-
HSV(B)292º65.85%80.39%-
XYZ33.719.3559.72-
YUV120.37175.76175.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 70 (27.73% from 255) = 15.15%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=40.48%
G=15.15%
B=44.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187702050.090.6600.2029257.4553.92
HexBB46CD9420141243936
Octal273106315111020244447166
Binary1011101110001101100110110011000010010100100100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB46CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB46CD; }

 p { color: rgb(187,70,205); }

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

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

 a { background-color: rgb(187,70,205); }

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

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

 span { border-color: rgb(187,70,205); }

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