Shades of Medium Orchid #BF62CE
Tints of Medium Orchid #BF62CE
RGB
CMYK
RGB Variations
Color information
#BF62CE (or 0xBF62CE) is known color: Medium Orchid. HEX triplet: BF, 62 and CE. RGB value is (191,98,206). Sum of RGB (Red+Green+Blue) = 191+98+206=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62CE is #409D31. Grayscale: #898989. Windows color (decimal): -4234546 or 13525695. OLE color: 13525695.
HSL color Cylindrical-coordinate representation of color #BF62CE: hue angle of 291.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF62CE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 98 | 206 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.19 |
| HSL | 291.67º | 0.52% | 0.6% | - |
| HSV(B) | 291.67º | 0.52% | 0.81% | - |
| XYZ | 36.99 | 24.27 | 61.13 | - |
| YUV | 138.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 206 | 0.07 | 0.52 | 0 | 0.19 | 291.67 | 0.52 | 0.6 |
| Hex | BF | 62 | CE | 7 | 34 | 0 | 13 | 124 | 34 | 3C |
| Octal | 277 | 142 | 316 | 7 | 64 | 0 | 23 | 444 | 64 | 74 |
| Binary | 10111111 | 1100010 | 11001110 | 111 | 110100 | 0 | 10011 | 100100100 | 110100 | 111100 |
Color Harmonies of #BF62CE
Complementary color
Monochromatic Colors of #BF62CE
Black with #BF62CE
Text Example
Text Example
White with #BF62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62CE; }
p { color: rgb(191,98,206); }
H1.HeaderClassName
{
color: #BF62CE;
}
.AnyTagClassName
{
color: #BF62CE;
}
</style>
background-color css
<style>
a { background-color: #BF62CE; }
a { background-color: rgb(191,98,206); }
div.DivClassName
{
background-color: #BF62CE;
}
.BgClassName
{
background-color: #BF62CE;
}
</style>
border-color css
<style>
span { border-color: #BF62CE; }
span { border-color: rgb(191,98,206); }
td.TdClassName
{
border-color: #BF62CE;
}
.TagClassName
{
border-color: #BF62CE;
}
</style>