Shades of Medium Orchid #B268CF
Tints of Medium Orchid #B268CF
RGB
CMYK
RGB Variations
Color information
#B268CF (or 0xB268CF) is known color: Medium Orchid. HEX triplet: B2, 68 and CF. RGB value is (178,104,207). Sum of RGB (Red+Green+Blue) = 178+104+207=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B268CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CF is #4D9730. Grayscale: #898989. Windows color (decimal): -5084977 or 13592754. OLE color: 13592754.
HSL color Cylindrical-coordinate representation of color #B268CF: hue angle of 283.11º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B268CF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 104 | 207 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.19 |
| HSL | 283.11º | 0.52% | 0.61% | - |
| HSV(B) | 283.11º | 0.5% | 0.81% | - |
| XYZ | 34.57 | 23.87 | 61.82 | - |
| YUV | 137.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 207 | 0.14 | 0.50 | 0 | 0.19 | 283.11 | 0.52 | 0.61 |
| Hex | B2 | 68 | CF | E | 32 | 0 | 13 | 11B | 34 | 3D |
| Octal | 262 | 150 | 317 | 16 | 62 | 0 | 23 | 433 | 64 | 75 |
| Binary | 10110010 | 1101000 | 11001111 | 1110 | 110010 | 0 | 10011 | 100011011 | 110100 | 111101 |
Color Harmonies of #B268CF
Complementary color
Monochromatic Colors of #B268CF
Black with #B268CF
Text Example
Text Example
White with #B268CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268CF; }
p { color: rgb(178,104,207); }
H1.HeaderClassName
{
color: #B268CF;
}
.AnyTagClassName
{
color: #B268CF;
}
</style>
background-color css
<style>
a { background-color: #B268CF; }
a { background-color: rgb(178,104,207); }
div.DivClassName
{
background-color: #B268CF;
}
.BgClassName
{
background-color: #B268CF;
}
</style>
border-color css
<style>
span { border-color: #B268CF; }
span { border-color: rgb(178,104,207); }
td.TdClassName
{
border-color: #B268CF;
}
.TagClassName
{
border-color: #B268CF;
}
</style>