Shades of Medium Orchid #B467CE
Tints of Medium Orchid #B467CE
RGB
CMYK
RGB Variations
Color information
#B467CE (or 0xB467CE) is known color: Medium Orchid. HEX triplet: B4, 67 and CE. RGB value is (180,103,206). Sum of RGB (Red+Green+Blue) = 180+103+206=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B467CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467CE is #4B9831. Grayscale: #898989. Windows color (decimal): -4954162 or 13526964. OLE color: 13526964.
HSL color Cylindrical-coordinate representation of color #B467CE: hue angle of 284.85º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B467CE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 103 | 206 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.19 |
| HSL | 284.85º | 0.51% | 0.61% | - |
| HSV(B) | 284.85º | 0.5% | 0.81% | - |
| XYZ | 34.81 | 23.86 | 61.16 | - |
| YUV | 137.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 206 | 0.13 | 0.50 | 0 | 0.19 | 284.85 | 0.51 | 0.61 |
| Hex | B4 | 67 | CE | D | 32 | 0 | 13 | 11D | 33 | 3D |
| Octal | 264 | 147 | 316 | 15 | 62 | 0 | 23 | 435 | 63 | 75 |
| Binary | 10110100 | 1100111 | 11001110 | 1101 | 110010 | 0 | 10011 | 100011101 | 110011 | 111101 |
Color Harmonies of #B467CE
Complementary color
Monochromatic Colors of #B467CE
Black with #B467CE
Text Example
Text Example
White with #B467CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467CE; }
p { color: rgb(180,103,206); }
H1.HeaderClassName
{
color: #B467CE;
}
.AnyTagClassName
{
color: #B467CE;
}
</style>
background-color css
<style>
a { background-color: #B467CE; }
a { background-color: rgb(180,103,206); }
div.DivClassName
{
background-color: #B467CE;
}
.BgClassName
{
background-color: #B467CE;
}
</style>
border-color css
<style>
span { border-color: #B467CE; }
span { border-color: rgb(180,103,206); }
td.TdClassName
{
border-color: #B467CE;
}
.TagClassName
{
border-color: #B467CE;
}
</style>