#BB60D5

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

Shades of Medium Orchid #BB60D5

Tints of Medium Orchid #BB60D5

Color information

#BB60D5 (or 0xBB60D5) is unknown color: approx Medium Orchid. HEX triplet: BB, 60 and D5. RGB value is (187,96,213). Sum of RGB (Red+Green+Blue) = 187+96+213=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB60D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60D5 is #449F2A. Grayscale: #888888. Windows color (decimal): -4497195 or 13983931. OLE color: 13983931.

HSL color Cylindrical-coordinate representation of color #BB60D5: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB60D5 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18796213-
CMYK0.120.5500.16
HSL286.67º58.21%60.59%-
HSV(B)286.67º54.93%83.53%-
XYZ36.6923.7365.6-
YUV136.55171.15163.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=37.70%
G=19.35%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187962130.120.5500.16286.6758.2160.59
HexBB60D5C3701011f3a3d
Octal27314032514670204377275
Binary101110111100000110101011100110111010000100011111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60D5; }

 p { color: rgb(187,96,213); }

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

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

 a { background-color: rgb(187,96,213); }

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

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

 span { border-color: rgb(187,96,213); }

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