Shades of Medium Orchid #B24BCF
Tints of Medium Orchid #B24BCF
RGB
CMYK
RGB Variations
Color information
#B24BCF (or 0xB24BCF) is known color: Medium Orchid. HEX triplet: B2, 4B and CF. RGB value is (178,75,207). Sum of RGB (Red+Green+Blue) = 178+75+207=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B24BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BCF is #4DB430. Grayscale: #787878. Windows color (decimal): -5092401 or 13585330. OLE color: 13585330.
HSL color Cylindrical-coordinate representation of color #B24BCF: hue angle of 286.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24BCF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 75 | 207 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.19 |
| HSL | 286.82º | 0.58% | 0.55% | - |
| HSV(B) | 286.82º | 0.64% | 0.81% | - |
| XYZ | 32.14 | 19 | 61.01 | - |
| YUV | 120.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 207 | 0.14 | 0.64 | 0 | 0.19 | 286.82 | 0.58 | 0.55 |
| Hex | B2 | 4B | CF | E | 40 | 0 | 13 | 11F | 3A | 37 |
| Octal | 262 | 113 | 317 | 16 | 100 | 0 | 23 | 437 | 72 | 67 |
| Binary | 10110010 | 1001011 | 11001111 | 1110 | 1000000 | 0 | 10011 | 100011111 | 111010 | 110111 |
Color Harmonies of #B24BCF
Complementary color
Monochromatic Colors of #B24BCF
Black with #B24BCF
Text Example
Text Example
White with #B24BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24BCF; }
p { color: rgb(178,75,207); }
H1.HeaderClassName
{
color: #B24BCF;
}
.AnyTagClassName
{
color: #B24BCF;
}
</style>
background-color css
<style>
a { background-color: #B24BCF; }
a { background-color: rgb(178,75,207); }
div.DivClassName
{
background-color: #B24BCF;
}
.BgClassName
{
background-color: #B24BCF;
}
</style>
border-color css
<style>
span { border-color: #B24BCF; }
span { border-color: rgb(178,75,207); }
td.TdClassName
{
border-color: #B24BCF;
}
.TagClassName
{
border-color: #B24BCF;
}
</style>