#BB63DD

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

Shades of Medium Orchid #BB63DD

Tints of Medium Orchid #BB63DD

Color information

#BB63DD (or 0xBB63DD) is unknown color: approx Medium Orchid. HEX triplet: BB, 63 and DD. RGB value is (187,99,221). Sum of RGB (Red+Green+Blue) = 187+99+221=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63DD is #449C22. Grayscale: #8A8A8A. Windows color (decimal): -4496419 or 14508987. OLE color: 14508987.

HSL color Cylindrical-coordinate representation of color #BB63DD: hue angle of 283.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB63DD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18799221-
CMYK0.150.5500.13
HSL283.28º64.21%62.75%-
HSV(B)283.28º55.2%86.67%-
XYZ38.0124.7171.17-
YUV139.22174.15162.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 99 (39.06% from 255) = 19.53%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=36.88%
G=19.53%
B=43.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187992210.150.5500.13283.2864.2162.75
HexBB63DDF370D11b403f
Octal273143335176701543310077
Binary101110111100011110111011111110111011011000110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63DD; }

 p { color: rgb(187,99,221); }

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

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

 a { background-color: rgb(187,99,221); }

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

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

 span { border-color: rgb(187,99,221); }

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