#BB6DCD

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

Shades of Medium Orchid #BB6DCD

Tints of Medium Orchid #BB6DCD

Color information

#BB6DCD (or 0xBB6DCD) is unknown color: approx Medium Orchid. HEX triplet: BB, 6D and CD. RGB value is (187,109,205). Sum of RGB (Red+Green+Blue) = 187+109+205=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DCD is #449232. Grayscale: #8E8E8E. Windows color (decimal): -4493875 or 13462971. OLE color: 13462971.

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

Color convert

RGB187109205-
CMYK0.090.4700.20
HSL288.75º48.98%61.57%-
HSV(B)288.75º46.83%80.39%-
XYZ36.9825.9160.81-
YUV143.27162.84159.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=37.33%
G=21.76%
B=40.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871092050.090.4700.20288.7548.9861.57
HexBB6DCD92F014121313e
Octal27315531511570244416176
Binary101110111101101110011011001101111010100100100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DCD; }

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

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

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

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

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

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

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

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