Shades of Medium Orchid #B469CA
Tints of Medium Orchid #B469CA
RGB
CMYK
RGB Variations
Color information
#B469CA (or 0xB469CA) is known color: Medium Orchid. HEX triplet: B4, 69 and CA. RGB value is (180,105,202). Sum of RGB (Red+Green+Blue) = 180+105+202=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B469CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469CA is #4B9635. Grayscale: #8A8A8A. Windows color (decimal): -4953654 or 13265332. OLE color: 13265332.
HSL color Cylindrical-coordinate representation of color #B469CA: hue angle of 286.39º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B469CA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 105 | 202 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.21 |
| HSL | 286.39º | 0.48% | 0.6% | - |
| HSV(B) | 286.39º | 0.48% | 0.79% | - |
| XYZ | 34.53 | 24.07 | 58.7 | - |
| YUV | 138.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 202 | 0.11 | 0.48 | 0 | 0.21 | 286.39 | 0.48 | 0.6 |
| Hex | B4 | 69 | CA | B | 30 | 0 | 15 | 11E | 30 | 3C |
| Octal | 264 | 151 | 312 | 13 | 60 | 0 | 25 | 436 | 60 | 74 |
| Binary | 10110100 | 1101001 | 11001010 | 1011 | 110000 | 0 | 10101 | 100011110 | 110000 | 111100 |
Color Harmonies of #B469CA
Complementary color
Monochromatic Colors of #B469CA
Black with #B469CA
Text Example
Text Example
White with #B469CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469CA; }
p { color: rgb(180,105,202); }
H1.HeaderClassName
{
color: #B469CA;
}
.AnyTagClassName
{
color: #B469CA;
}
</style>
background-color css
<style>
a { background-color: #B469CA; }
a { background-color: rgb(180,105,202); }
div.DivClassName
{
background-color: #B469CA;
}
.BgClassName
{
background-color: #B469CA;
}
</style>
border-color css
<style>
span { border-color: #B469CA; }
span { border-color: rgb(180,105,202); }
td.TdClassName
{
border-color: #B469CA;
}
.TagClassName
{
border-color: #B469CA;
}
</style>