Shades of Medium Orchid #B067DA
Tints of Medium Orchid #B067DA
RGB
CMYK
RGB Variations
Color information
#B067DA (or 0xB067DA) is known color: Medium Orchid. HEX triplet: B0, 67 and DA. RGB value is (176,103,218). Sum of RGB (Red+Green+Blue) = 176+103+218=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B067DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067DA is #4F9825. Grayscale: #898989. Windows color (decimal): -5216294 or 14313392. OLE color: 14313392.
HSL color Cylindrical-coordinate representation of color #B067DA: hue angle of 278.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B067DA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 103 | 218 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.15 |
| HSL | 278.09º | 0.61% | 0.63% | - |
| HSV(B) | 278.09º | 0.53% | 0.85% | - |
| XYZ | 35.41 | 23.99 | 69.09 | - |
| YUV | 137.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 218 | 0.19 | 0.53 | 0 | 0.15 | 278.09 | 0.61 | 0.63 |
| Hex | B0 | 67 | DA | 13 | 35 | 0 | F | 116 | 3D | 3F |
| Octal | 260 | 147 | 332 | 23 | 65 | 0 | 17 | 426 | 75 | 77 |
| Binary | 10110000 | 1100111 | 11011010 | 10011 | 110101 | 0 | 1111 | 100010110 | 111101 | 111111 |
Color Harmonies of #B067DA
Complementary color
Monochromatic Colors of #B067DA
Black with #B067DA
Text Example
Text Example
White with #B067DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067DA; }
p { color: rgb(176,103,218); }
H1.HeaderClassName
{
color: #B067DA;
}
.AnyTagClassName
{
color: #B067DA;
}
</style>
background-color css
<style>
a { background-color: #B067DA; }
a { background-color: rgb(176,103,218); }
div.DivClassName
{
background-color: #B067DA;
}
.BgClassName
{
background-color: #B067DA;
}
</style>
border-color css
<style>
span { border-color: #B067DA; }
span { border-color: rgb(176,103,218); }
td.TdClassName
{
border-color: #B067DA;
}
.TagClassName
{
border-color: #B067DA;
}
</style>