Shades of Medium Orchid #B461DA
Tints of Medium Orchid #B461DA
RGB
CMYK
RGB Variations
Color information
#B461DA (or 0xB461DA) is known color: Medium Orchid. HEX triplet: B4, 61 and DA. RGB value is (180,97,218). Sum of RGB (Red+Green+Blue) = 180+97+218=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B461DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DA is #4B9E25. Grayscale: #878787. Windows color (decimal): -4955686 or 14311860. OLE color: 14311860.
HSL color Cylindrical-coordinate representation of color #B461DA: hue angle of 281.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B461DA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 97 | 218 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.15 |
| HSL | 281.16º | 0.62% | 0.62% | - |
| HSV(B) | 281.16º | 0.56% | 0.85% | - |
| XYZ | 35.75 | 23.31 | 68.95 | - |
| YUV | 135.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 218 | 0.17 | 0.56 | 0 | 0.15 | 281.16 | 0.62 | 0.62 |
| Hex | B4 | 61 | DA | 11 | 38 | 0 | F | 119 | 3E | 3E |
| Octal | 264 | 141 | 332 | 21 | 70 | 0 | 17 | 431 | 76 | 76 |
| Binary | 10110100 | 1100001 | 11011010 | 10001 | 111000 | 0 | 1111 | 100011001 | 111110 | 111110 |
Color Harmonies of #B461DA
Complementary color
Monochromatic Colors of #B461DA
Black with #B461DA
Text Example
Text Example
White with #B461DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461DA; }
p { color: rgb(180,97,218); }
H1.HeaderClassName
{
color: #B461DA;
}
.AnyTagClassName
{
color: #B461DA;
}
</style>
background-color css
<style>
a { background-color: #B461DA; }
a { background-color: rgb(180,97,218); }
div.DivClassName
{
background-color: #B461DA;
}
.BgClassName
{
background-color: #B461DA;
}
</style>
border-color css
<style>
span { border-color: #B461DA; }
span { border-color: rgb(180,97,218); }
td.TdClassName
{
border-color: #B461DA;
}
.TagClassName
{
border-color: #B461DA;
}
</style>