Shades of Medium Orchid #B467DA
Tints of Medium Orchid #B467DA
RGB
CMYK
RGB Variations
Color information
#B467DA (or 0xB467DA) is known color: Medium Orchid. HEX triplet: B4, 67 and DA. RGB value is (180,103,218). Sum of RGB (Red+Green+Blue) = 180+103+218=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B467DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467DA is #4B9825. Grayscale: #8A8A8A. Windows color (decimal): -4954150 or 14313396. OLE color: 14313396.
HSL color Cylindrical-coordinate representation of color #B467DA: hue angle of 280.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B467DA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 103 | 218 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.15 |
| HSL | 280.17º | 0.61% | 0.63% | - |
| HSV(B) | 280.17º | 0.53% | 0.85% | - |
| XYZ | 36.33 | 24.47 | 69.14 | - |
| YUV | 139.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 218 | 0.17 | 0.53 | 0 | 0.15 | 280.17 | 0.61 | 0.63 |
| Hex | B4 | 67 | DA | 11 | 35 | 0 | F | 118 | 3D | 3F |
| Octal | 264 | 147 | 332 | 21 | 65 | 0 | 17 | 430 | 75 | 77 |
| Binary | 10110100 | 1100111 | 11011010 | 10001 | 110101 | 0 | 1111 | 100011000 | 111101 | 111111 |
Color Harmonies of #B467DA
Complementary color
Monochromatic Colors of #B467DA
Black with #B467DA
Text Example
Text Example
White with #B467DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467DA; }
p { color: rgb(180,103,218); }
H1.HeaderClassName
{
color: #B467DA;
}
.AnyTagClassName
{
color: #B467DA;
}
</style>
background-color css
<style>
a { background-color: #B467DA; }
a { background-color: rgb(180,103,218); }
div.DivClassName
{
background-color: #B467DA;
}
.BgClassName
{
background-color: #B467DA;
}
</style>
border-color css
<style>
span { border-color: #B467DA; }
span { border-color: rgb(180,103,218); }
td.TdClassName
{
border-color: #B467DA;
}
.TagClassName
{
border-color: #B467DA;
}
</style>