Shades of Medium Orchid #B467CA
Tints of Medium Orchid #B467CA
RGB
CMYK
RGB Variations
Color information
#B467CA (or 0xB467CA) is known color: Medium Orchid. HEX triplet: B4, 67 and CA. RGB value is (180,103,202). Sum of RGB (Red+Green+Blue) = 180+103+202=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B467CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467CA is #4B9835. Grayscale: #888888. Windows color (decimal): -4954166 or 13264820. OLE color: 13264820.
HSL color Cylindrical-coordinate representation of color #B467CA: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B467CA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 103 | 202 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.21 |
| HSL | 286.67º | 0.48% | 0.6% | - |
| HSV(B) | 286.67º | 0.49% | 0.79% | - |
| XYZ | 34.33 | 23.67 | 58.64 | - |
| YUV | 137.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 202 | 0.11 | 0.49 | 0 | 0.21 | 286.67 | 0.48 | 0.6 |
| Hex | B4 | 67 | CA | B | 31 | 0 | 15 | 11F | 30 | 3C |
| Octal | 264 | 147 | 312 | 13 | 61 | 0 | 25 | 437 | 60 | 74 |
| Binary | 10110100 | 1100111 | 11001010 | 1011 | 110001 | 0 | 10101 | 100011111 | 110000 | 111100 |
Color Harmonies of #B467CA
Complementary color
Monochromatic Colors of #B467CA
Black with #B467CA
Text Example
Text Example
White with #B467CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B467CA; }
p { color: rgb(180,103,202); }
H1.HeaderClassName
{
color: #B467CA;
}
.AnyTagClassName
{
color: #B467CA;
}
</style>
background-color css
<style>
a { background-color: #B467CA; }
a { background-color: rgb(180,103,202); }
div.DivClassName
{
background-color: #B467CA;
}
.BgClassName
{
background-color: #B467CA;
}
</style>
border-color css
<style>
span { border-color: #B467CA; }
span { border-color: rgb(180,103,202); }
td.TdClassName
{
border-color: #B467CA;
}
.TagClassName
{
border-color: #B467CA;
}
</style>