#BB60F3

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

Shades of Medium Orchid #BB60F3

Tints of Medium Orchid #BB60F3

Color information

#BB60F3 (or 0xBB60F3) is unknown color: approx Medium Orchid. HEX triplet: BB, 60 and F3. RGB value is (187,96,243). Sum of RGB (Red+Green+Blue) = 187+96+243=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60F3 is #449F0C. Grayscale: #8B8B8B. Windows color (decimal): -4497165 or 15950011. OLE color: 15950011.

HSL color Cylindrical-coordinate representation of color #BB60F3: hue angle of 277.14º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB60F3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18796243-
CMYK0.230.6000.05
HSL277.14º85.96%66.47%-
HSV(B)277.14º60.49%95.29%-
XYZ40.8525.487.54-
YUV139.97186.15161.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 96 (37.89% from 255) = 18.25%
BLUE value IS 243 (95.31% from 255) = 46.20%
R=35.55%
G=18.25%
B=46.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187962430.230.6000.05277.1485.9666.47
HexBB60F3173C051155642
Octal273140363277405425126102
Binary1011101111000001111001110111111100010110001010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60F3; }

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

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

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

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

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

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

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

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