Shades of Medium Orchid #BB65F0
Tints of Medium Orchid #BB65F0
RGB
CMYK
RGB Variations
Color information
#BB65F0 (or 0xBB65F0) is known color: Medium Orchid. HEX triplet: BB, 65 and F0. RGB value is (187,101,240). Sum of RGB (Red+Green+Blue) = 187+101+240=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB65F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65F0 is #449A0F. Grayscale: #8E8E8E. Windows color (decimal): -4495888 or 15754683. OLE color: 15754683.
HSL color Cylindrical-coordinate representation of color #BB65F0: hue angle of 277.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB65F0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 101 | 240 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.06 |
| HSL | 277.12º | 0.82% | 0.67% | - |
| HSV(B) | 277.12º | 0.58% | 0.94% | - |
| XYZ | 40.88 | 26.16 | 85.33 | - |
| YUV | 142.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 240 | 0.22 | 0.58 | 0 | 0.06 | 277.12 | 0.82 | 0.67 |
| Hex | BB | 65 | F0 | 16 | 3A | 0 | 6 | 115 | 52 | 43 |
| Octal | 273 | 145 | 360 | 26 | 72 | 0 | 6 | 425 | 122 | 103 |
| Binary | 10111011 | 1100101 | 11110000 | 10110 | 111010 | 0 | 110 | 100010101 | 1010010 | 1000011 |
Color Harmonies of #BB65F0
Complementary color
Monochromatic Colors of #BB65F0
Black with #BB65F0
Text Example
Text Example
White with #BB65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65F0; }
p { color: rgb(187,101,240); }
H1.HeaderClassName
{
color: #BB65F0;
}
.AnyTagClassName
{
color: #BB65F0;
}
</style>
background-color css
<style>
a { background-color: #BB65F0; }
a { background-color: rgb(187,101,240); }
div.DivClassName
{
background-color: #BB65F0;
}
.BgClassName
{
background-color: #BB65F0;
}
</style>
border-color css
<style>
span { border-color: #BB65F0; }
span { border-color: rgb(187,101,240); }
td.TdClassName
{
border-color: #BB65F0;
}
.TagClassName
{
border-color: #BB65F0;
}
</style>