Shades of Medium Orchid #BB5CCF
Tints of Medium Orchid #BB5CCF
RGB
CMYK
RGB Variations
Color information
#BB5CCF (or 0xBB5CCF) is known color: Medium Orchid. HEX triplet: BB, 5C and CF. RGB value is (187,92,207). Sum of RGB (Red+Green+Blue) = 187+92+207=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CCF is #44A330. Grayscale: #858585. Windows color (decimal): -4498225 or 13589691. OLE color: 13589691.
HSL color Cylindrical-coordinate representation of color #BB5CCF: hue angle of 289.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5CCF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 92 | 207 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.19 |
| HSL | 289.57º | 0.55% | 0.59% | - |
| HSV(B) | 289.57º | 0.56% | 0.81% | - |
| XYZ | 35.58 | 22.72 | 61.54 | - |
| YUV | 133.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 207 | 0.10 | 0.56 | 0 | 0.19 | 289.57 | 0.55 | 0.59 |
| Hex | BB | 5C | CF | A | 38 | 0 | 13 | 122 | 37 | 3B |
| Octal | 273 | 134 | 317 | 12 | 70 | 0 | 23 | 442 | 67 | 73 |
| Binary | 10111011 | 1011100 | 11001111 | 1010 | 111000 | 0 | 10011 | 100100010 | 110111 | 111011 |
Color Harmonies of #BB5CCF
Complementary color
Monochromatic Colors of #BB5CCF
Black with #BB5CCF
Text Example
Text Example
White with #BB5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CCF; }
p { color: rgb(187,92,207); }
H1.HeaderClassName
{
color: #BB5CCF;
}
.AnyTagClassName
{
color: #BB5CCF;
}
</style>
background-color css
<style>
a { background-color: #BB5CCF; }
a { background-color: rgb(187,92,207); }
div.DivClassName
{
background-color: #BB5CCF;
}
.BgClassName
{
background-color: #BB5CCF;
}
</style>
border-color css
<style>
span { border-color: #BB5CCF; }
span { border-color: rgb(187,92,207); }
td.TdClassName
{
border-color: #BB5CCF;
}
.TagClassName
{
border-color: #BB5CCF;
}
</style>