Shades of Medium Orchid #BF4BCC
Tints of Medium Orchid #BF4BCC
RGB
CMYK
RGB Variations
Color information
#BF4BCC (or 0xBF4BCC) is known color: Medium Orchid. HEX triplet: BF, 4B and CC. RGB value is (191,75,204). Sum of RGB (Red+Green+Blue) = 191+75+204=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BCC is #40B433. Grayscale: #7B7B7B. Windows color (decimal): -4240436 or 13388735. OLE color: 13388735.
HSL color Cylindrical-coordinate representation of color #BF4BCC: hue angle of 293.95º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4BCC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 75 | 204 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.2 |
| HSL | 293.95º | 0.56% | 0.55% | - |
| HSV(B) | 293.95º | 0.63% | 0.8% | - |
| XYZ | 34.9 | 20.47 | 59.24 | - |
| YUV | 124.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 204 | 0.06 | 0.63 | 0 | 0.2 | 293.95 | 0.56 | 0.55 |
| Hex | BF | 4B | CC | 6 | 3F | 0 | 14 | 126 | 38 | 37 |
| Octal | 277 | 113 | 314 | 6 | 77 | 0 | 24 | 446 | 70 | 67 |
| Binary | 10111111 | 1001011 | 11001100 | 110 | 111111 | 0 | 10100 | 100100110 | 111000 | 110111 |
Color Harmonies of #BF4BCC
Complementary color
Monochromatic Colors of #BF4BCC
Black with #BF4BCC
Text Example
Text Example
White with #BF4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BCC; }
p { color: rgb(191,75,204); }
H1.HeaderClassName
{
color: #BF4BCC;
}
.AnyTagClassName
{
color: #BF4BCC;
}
</style>
background-color css
<style>
a { background-color: #BF4BCC; }
a { background-color: rgb(191,75,204); }
div.DivClassName
{
background-color: #BF4BCC;
}
.BgClassName
{
background-color: #BF4BCC;
}
</style>
border-color css
<style>
span { border-color: #BF4BCC; }
span { border-color: rgb(191,75,204); }
td.TdClassName
{
border-color: #BF4BCC;
}
.TagClassName
{
border-color: #BF4BCC;
}
</style>