Shades of Medium Orchid #B465CD
Tints of Medium Orchid #B465CD
RGB
CMYK
RGB Variations
Color information
#B465CD (or 0xB465CD) is known color: Medium Orchid. HEX triplet: B4, 65 and CD. RGB value is (180,101,205). Sum of RGB (Red+Green+Blue) = 180+101+205=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B465CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465CD is #4B9A32. Grayscale: #888888. Windows color (decimal): -4954675 or 13460916. OLE color: 13460916.
HSL color Cylindrical-coordinate representation of color #B465CD: hue angle of 285.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B465CD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 101 | 205 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.20 |
| HSL | 285.58º | 0.51% | 0.6% | - |
| HSV(B) | 285.58º | 0.51% | 0.8% | - |
| XYZ | 34.5 | 23.42 | 60.46 | - |
| YUV | 136.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 205 | 0.12 | 0.51 | 0 | 0.20 | 285.58 | 0.51 | 0.6 |
| Hex | B4 | 65 | CD | C | 33 | 0 | 14 | 11E | 33 | 3C |
| Octal | 264 | 145 | 315 | 14 | 63 | 0 | 24 | 436 | 63 | 74 |
| Binary | 10110100 | 1100101 | 11001101 | 1100 | 110011 | 0 | 10100 | 100011110 | 110011 | 111100 |
Color Harmonies of #B465CD
Complementary color
Monochromatic Colors of #B465CD
Black with #B465CD
Text Example
Text Example
White with #B465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465CD; }
p { color: rgb(180,101,205); }
H1.HeaderClassName
{
color: #B465CD;
}
.AnyTagClassName
{
color: #B465CD;
}
</style>
background-color css
<style>
a { background-color: #B465CD; }
a { background-color: rgb(180,101,205); }
div.DivClassName
{
background-color: #B465CD;
}
.BgClassName
{
background-color: #B465CD;
}
</style>
border-color css
<style>
span { border-color: #B465CD; }
span { border-color: rgb(180,101,205); }
td.TdClassName
{
border-color: #B465CD;
}
.TagClassName
{
border-color: #B465CD;
}
</style>