#BB63DA

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

Shades of Medium Orchid #BB63DA

Tints of Medium Orchid #BB63DA

Color information

#BB63DA (or 0xBB63DA) is unknown color: approx Medium Orchid. HEX triplet: BB, 63 and DA. RGB value is (187,99,218). Sum of RGB (Red+Green+Blue) = 187+99+218=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63DA is #449C25. Grayscale: #8A8A8A. Windows color (decimal): -4496422 or 14312379. OLE color: 14312379.

HSL color Cylindrical-coordinate representation of color #BB63DA: hue angle of 284.37º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB63DA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18799218-
CMYK0.140.5500.15
HSL284.37º61.66%62.16%-
HSV(B)284.37º54.59%85.49%-
XYZ37.6124.5569.09-
YUV138.88172.65162.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 99 (39.06% from 255) = 19.64%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=37.10%
G=19.64%
B=43.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187992180.140.5500.15284.3761.6662.16
HexBB63DAE370F11c3e3e
Octal27314333216670174347676
Binary10111011110001111011010111011011101111100011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63DA; }

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

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

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

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

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

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

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

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