Shades of Medium Orchid #B742D4
Tints of Medium Orchid #B742D4
RGB
CMYK
RGB Variations
Color information
#B742D4 (or 0xB742D4) is known color: Medium Orchid. HEX triplet: B7, 42 and D4. RGB value is (183,66,212). Sum of RGB (Red+Green+Blue) = 183+66+212=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #B742D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742D4 is #48BD2B. Grayscale: #757575. Windows color (decimal): -4767020 or 13910711. OLE color: 13910711.
HSL color Cylindrical-coordinate representation of color #B742D4: hue angle of 288.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B742D4 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 66 | 212 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.17 |
| HSL | 288.08º | 0.63% | 0.55% | - |
| HSV(B) | 288.08º | 0.69% | 0.83% | - |
| XYZ | 33.36 | 18.72 | 64.14 | - |
| YUV | 117.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 212 | 0.14 | 0.69 | 0 | 0.17 | 288.08 | 0.63 | 0.55 |
| Hex | B7 | 42 | D4 | E | 45 | 0 | 11 | 120 | 3F | 37 |
| Octal | 267 | 102 | 324 | 16 | 105 | 0 | 21 | 440 | 77 | 67 |
| Binary | 10110111 | 1000010 | 11010100 | 1110 | 1000101 | 0 | 10001 | 100100000 | 111111 | 110111 |
Color Harmonies of #B742D4
Complementary color
Monochromatic Colors of #B742D4
Black with #B742D4
Text Example
Text Example
White with #B742D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742D4; }
p { color: rgb(183,66,212); }
H1.HeaderClassName
{
color: #B742D4;
}
.AnyTagClassName
{
color: #B742D4;
}
</style>
background-color css
<style>
a { background-color: #B742D4; }
a { background-color: rgb(183,66,212); }
div.DivClassName
{
background-color: #B742D4;
}
.BgClassName
{
background-color: #B742D4;
}
</style>
border-color css
<style>
span { border-color: #B742D4; }
span { border-color: rgb(183,66,212); }
td.TdClassName
{
border-color: #B742D4;
}
.TagClassName
{
border-color: #B742D4;
}
</style>