#BB60CA

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

Shades of Medium Orchid #BB60CA

Tints of Medium Orchid #BB60CA

Color information

#BB60CA (or 0xBB60CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 60 and CA. RGB value is (187,96,202). Sum of RGB (Red+Green+Blue) = 187+96+202=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CA is #449F35. Grayscale: #868686. Windows color (decimal): -4497206 or 13263035. OLE color: 13263035.

HSL color Cylindrical-coordinate representation of color #BB60CA: hue angle of 291.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB60CA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18796202-
CMYK0.070.5200.21
HSL291.51º50%58.43%-
HSV(B)291.51º52.48%79.22%-
XYZ35.3423.1958.49-
YUV135.29165.65164.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=38.56%
G=19.79%
B=41.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187962020.070.5200.21291.515058.43
HexBB60CA734015124323a
Octal2731403127640254446272
Binary10111011110000011001010111110100010101100100100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60CA; }

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

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

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

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

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

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

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

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