Shades of Medium Orchid #BB65D3
Tints of Medium Orchid #BB65D3
RGB
CMYK
RGB Variations
Color information
#BB65D3 (or 0xBB65D3) is known color: Medium Orchid. HEX triplet: BB, 65 and D3. RGB value is (187,101,211). Sum of RGB (Red+Green+Blue) = 187+101+211=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB65D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65D3 is #449A2C. Grayscale: #8A8A8A. Windows color (decimal): -4495917 or 13854139. OLE color: 13854139.
HSL color Cylindrical-coordinate representation of color #BB65D3: hue angle of 286.91º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB65D3 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 101 | 211 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.17 |
| HSL | 286.91º | 0.56% | 0.61% | - |
| HSV(B) | 286.91º | 0.52% | 0.83% | - |
| XYZ | 36.91 | 24.58 | 64.43 | - |
| YUV | 139.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 211 | 0.11 | 0.52 | 0 | 0.17 | 286.91 | 0.56 | 0.61 |
| Hex | BB | 65 | D3 | B | 34 | 0 | 11 | 11F | 38 | 3D |
| Octal | 273 | 145 | 323 | 13 | 64 | 0 | 21 | 437 | 70 | 75 |
| Binary | 10111011 | 1100101 | 11010011 | 1011 | 110100 | 0 | 10001 | 100011111 | 111000 | 111101 |
Color Harmonies of #BB65D3
Complementary color
Monochromatic Colors of #BB65D3
Black with #BB65D3
Text Example
Text Example
White with #BB65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65D3; }
p { color: rgb(187,101,211); }
H1.HeaderClassName
{
color: #BB65D3;
}
.AnyTagClassName
{
color: #BB65D3;
}
</style>
background-color css
<style>
a { background-color: #BB65D3; }
a { background-color: rgb(187,101,211); }
div.DivClassName
{
background-color: #BB65D3;
}
.BgClassName
{
background-color: #BB65D3;
}
</style>
border-color css
<style>
span { border-color: #BB65D3; }
span { border-color: rgb(187,101,211); }
td.TdClassName
{
border-color: #BB65D3;
}
.TagClassName
{
border-color: #BB65D3;
}
</style>