#BB61F6

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

Shades of Medium Orchid #BB61F6

Tints of Medium Orchid #BB61F6

Color information

#BB61F6 (or 0xBB61F6) is unknown color: approx Medium Orchid. HEX triplet: BB, 61 and F6. RGB value is (187,97,246). Sum of RGB (Red+Green+Blue) = 187+97+246=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB61F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61F6 is #449E09. Grayscale: #8C8C8C. Windows color (decimal): -4496906 or 16146875. OLE color: 16146875.

HSL color Cylindrical-coordinate representation of color #BB61F6: hue angle of 276.24º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB61F6 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18797246-
CMYK0.240.6100.04
HSL276.24º89.22%67.25%-
HSV(B)276.24º60.57%96.47%-
XYZ41.425.7789.98-
YUV140.9187.32160.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 97 (38.28% from 255) = 18.30%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=35.28%
G=18.30%
B=46.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187972460.240.6100.04276.2489.2267.25
HexBB61F6183D041145943
Octal273141366307504424131103
Binary1011101111000011111011011000111101010010001010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61F6; }

 p { color: rgb(187,97,246); }

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

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

 a { background-color: rgb(187,97,246); }

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

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

 span { border-color: rgb(187,97,246); }

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