Shades of Medium Orchid #BF65CB
Tints of Medium Orchid #BF65CB
RGB
CMYK
RGB Variations
Color information
#BF65CB (or 0xBF65CB) is known color: Medium Orchid. HEX triplet: BF, 65 and CB. RGB value is (191,101,203). Sum of RGB (Red+Green+Blue) = 191+101+203=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65CB is #409A34. Grayscale: #8B8B8B. Windows color (decimal): -4233781 or 13329855. OLE color: 13329855.
HSL color Cylindrical-coordinate representation of color #BF65CB: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF65CB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 101 | 203 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.20 |
| HSL | 292.94º | 0.5% | 0.6% | - |
| HSV(B) | 292.94º | 0.5% | 0.8% | - |
| XYZ | 36.92 | 24.7 | 59.32 | - |
| YUV | 139.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 203 | 0.06 | 0.50 | 0 | 0.20 | 292.94 | 0.5 | 0.6 |
| Hex | BF | 65 | CB | 6 | 32 | 0 | 14 | 125 | 32 | 3C |
| Octal | 277 | 145 | 313 | 6 | 62 | 0 | 24 | 445 | 62 | 74 |
| Binary | 10111111 | 1100101 | 11001011 | 110 | 110010 | 0 | 10100 | 100100101 | 110010 | 111100 |
Color Harmonies of #BF65CB
Complementary color
Monochromatic Colors of #BF65CB
Black with #BF65CB
Text Example
Text Example
White with #BF65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65CB; }
p { color: rgb(191,101,203); }
H1.HeaderClassName
{
color: #BF65CB;
}
.AnyTagClassName
{
color: #BF65CB;
}
</style>
background-color css
<style>
a { background-color: #BF65CB; }
a { background-color: rgb(191,101,203); }
div.DivClassName
{
background-color: #BF65CB;
}
.BgClassName
{
background-color: #BF65CB;
}
</style>
border-color css
<style>
span { border-color: #BF65CB; }
span { border-color: rgb(191,101,203); }
td.TdClassName
{
border-color: #BF65CB;
}
.TagClassName
{
border-color: #BF65CB;
}
</style>