Shades of Medium Orchid #B742CF
Tints of Medium Orchid #B742CF
RGB
CMYK
RGB Variations
Color information
#B742CF (or 0xB742CF) is known color: Medium Orchid. HEX triplet: B7, 42 and CF. RGB value is (183,66,207). Sum of RGB (Red+Green+Blue) = 183+66+207=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B742CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742CF is #48BD30. Grayscale: #747474. Windows color (decimal): -4767025 or 13583031. OLE color: 13583031.
HSL color Cylindrical-coordinate representation of color #B742CF: hue angle of 289.79º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B742CF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 66 | 207 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.19 |
| HSL | 289.79º | 0.59% | 0.54% | - |
| HSV(B) | 289.79º | 0.68% | 0.81% | - |
| XYZ | 32.74 | 18.47 | 60.87 | - |
| YUV | 117.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 207 | 0.12 | 0.68 | 0 | 0.19 | 289.79 | 0.59 | 0.54 |
| Hex | B7 | 42 | CF | C | 44 | 0 | 13 | 122 | 3B | 36 |
| Octal | 267 | 102 | 317 | 14 | 104 | 0 | 23 | 442 | 73 | 66 |
| Binary | 10110111 | 1000010 | 11001111 | 1100 | 1000100 | 0 | 10011 | 100100010 | 111011 | 110110 |
Color Harmonies of #B742CF
Complementary color
Monochromatic Colors of #B742CF
Black with #B742CF
Text Example
Text Example
White with #B742CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742CF; }
p { color: rgb(183,66,207); }
H1.HeaderClassName
{
color: #B742CF;
}
.AnyTagClassName
{
color: #B742CF;
}
</style>
background-color css
<style>
a { background-color: #B742CF; }
a { background-color: rgb(183,66,207); }
div.DivClassName
{
background-color: #B742CF;
}
.BgClassName
{
background-color: #B742CF;
}
</style>
border-color css
<style>
span { border-color: #B742CF; }
span { border-color: rgb(183,66,207); }
td.TdClassName
{
border-color: #B742CF;
}
.TagClassName
{
border-color: #B742CF;
}
</style>