Shades of Medium Orchid #B465DB
Tints of Medium Orchid #B465DB
RGB
CMYK
RGB Variations
Color information
#B465DB (or 0xB465DB) is known color: Medium Orchid. HEX triplet: B4, 65 and DB. RGB value is (180,101,219). Sum of RGB (Red+Green+Blue) = 180+101+219=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B465DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465DB is #4B9A24. Grayscale: #898989. Windows color (decimal): -4954661 or 14378420. OLE color: 14378420.
HSL color Cylindrical-coordinate representation of color #B465DB: hue angle of 280.17º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B465DB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 101 | 219 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.14 |
| HSL | 280.17º | 0.62% | 0.63% | - |
| HSV(B) | 280.17º | 0.54% | 0.86% | - |
| XYZ | 36.26 | 24.13 | 69.76 | - |
| YUV | 138.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 219 | 0.18 | 0.54 | 0 | 0.14 | 280.17 | 0.62 | 0.63 |
| Hex | B4 | 65 | DB | 12 | 36 | 0 | E | 118 | 3E | 3F |
| Octal | 264 | 145 | 333 | 22 | 66 | 0 | 16 | 430 | 76 | 77 |
| Binary | 10110100 | 1100101 | 11011011 | 10010 | 110110 | 0 | 1110 | 100011000 | 111110 | 111111 |
Color Harmonies of #B465DB
Complementary color
Monochromatic Colors of #B465DB
Black with #B465DB
Text Example
Text Example
White with #B465DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465DB; }
p { color: rgb(180,101,219); }
H1.HeaderClassName
{
color: #B465DB;
}
.AnyTagClassName
{
color: #B465DB;
}
</style>
background-color css
<style>
a { background-color: #B465DB; }
a { background-color: rgb(180,101,219); }
div.DivClassName
{
background-color: #B465DB;
}
.BgClassName
{
background-color: #B465DB;
}
</style>
border-color css
<style>
span { border-color: #B465DB; }
span { border-color: rgb(180,101,219); }
td.TdClassName
{
border-color: #B465DB;
}
.TagClassName
{
border-color: #B465DB;
}
</style>