Shades of Medium Orchid #B369CA
Tints of Medium Orchid #B369CA
RGB
CMYK
RGB Variations
Color information
#B369CA (or 0xB369CA) is known color: Medium Orchid. HEX triplet: B3, 69 and CA. RGB value is (179,105,202). Sum of RGB (Red+Green+Blue) = 179+105+202=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B369CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CA is #4C9635. Grayscale: #898989. Windows color (decimal): -5019190 or 13265331. OLE color: 13265331.
HSL color Cylindrical-coordinate representation of color #B369CA: hue angle of 285.77º 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 #B369CA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 105 | 202 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.21 |
| HSL | 285.77º | 0.48% | 0.6% | - |
| HSV(B) | 285.77º | 0.48% | 0.79% | - |
| XYZ | 34.3 | 23.95 | 58.69 | - |
| YUV | 138.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 202 | 0.11 | 0.48 | 0 | 0.21 | 285.77 | 0.48 | 0.6 |
| Hex | B3 | 69 | CA | B | 30 | 0 | 15 | 11E | 30 | 3C |
| Octal | 263 | 151 | 312 | 13 | 60 | 0 | 25 | 436 | 60 | 74 |
| Binary | 10110011 | 1101001 | 11001010 | 1011 | 110000 | 0 | 10101 | 100011110 | 110000 | 111100 |
Color Harmonies of #B369CA
Complementary color
Monochromatic Colors of #B369CA
Black with #B369CA
Text Example
Text Example
White with #B369CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369CA; }
p { color: rgb(179,105,202); }
H1.HeaderClassName
{
color: #B369CA;
}
.AnyTagClassName
{
color: #B369CA;
}
</style>
background-color css
<style>
a { background-color: #B369CA; }
a { background-color: rgb(179,105,202); }
div.DivClassName
{
background-color: #B369CA;
}
.BgClassName
{
background-color: #B369CA;
}
</style>
border-color css
<style>
span { border-color: #B369CA; }
span { border-color: rgb(179,105,202); }
td.TdClassName
{
border-color: #B369CA;
}
.TagClassName
{
border-color: #B369CA;
}
</style>