Shades of Medium Orchid #B352CF
Tints of Medium Orchid #B352CF
RGB
CMYK
RGB Variations
Color information
#B352CF (or 0xB352CF) is known color: Medium Orchid. HEX triplet: B3, 52 and CF. RGB value is (179,82,207). Sum of RGB (Red+Green+Blue) = 179+82+207=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B352CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CF is #4CAD30. Grayscale: #7C7C7C. Windows color (decimal): -5025073 or 13587123. OLE color: 13587123.
HSL color Cylindrical-coordinate representation of color #B352CF: hue angle of 286.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B352CF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 82 | 207 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.19 |
| HSL | 286.56º | 0.57% | 0.57% | - |
| HSV(B) | 286.56º | 0.6% | 0.81% | - |
| XYZ | 32.87 | 20.12 | 61.18 | - |
| YUV | 125.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 207 | 0.14 | 0.60 | 0 | 0.19 | 286.56 | 0.57 | 0.57 |
| Hex | B3 | 52 | CF | E | 3C | 0 | 13 | 11F | 39 | 39 |
| Octal | 263 | 122 | 317 | 16 | 74 | 0 | 23 | 437 | 71 | 71 |
| Binary | 10110011 | 1010010 | 11001111 | 1110 | 111100 | 0 | 10011 | 100011111 | 111001 | 111001 |
Color Harmonies of #B352CF
Complementary color
Monochromatic Colors of #B352CF
Black with #B352CF
Text Example
Text Example
White with #B352CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352CF; }
p { color: rgb(179,82,207); }
H1.HeaderClassName
{
color: #B352CF;
}
.AnyTagClassName
{
color: #B352CF;
}
</style>
background-color css
<style>
a { background-color: #B352CF; }
a { background-color: rgb(179,82,207); }
div.DivClassName
{
background-color: #B352CF;
}
.BgClassName
{
background-color: #B352CF;
}
</style>
border-color css
<style>
span { border-color: #B352CF; }
span { border-color: rgb(179,82,207); }
td.TdClassName
{
border-color: #B352CF;
}
.TagClassName
{
border-color: #B352CF;
}
</style>