Shades of Medium Orchid #B667CB
Tints of Medium Orchid #B667CB
RGB
CMYK
RGB Variations
Color information
#B667CB (or 0xB667CB) is known color: Medium Orchid. HEX triplet: B6, 67 and CB. RGB value is (182,103,203). Sum of RGB (Red+Green+Blue) = 182+103+203=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #B667CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667CB is #499834. Grayscale: #898989. Windows color (decimal): -4823093 or 13330358. OLE color: 13330358.
HSL color Cylindrical-coordinate representation of color #B667CB: hue angle of 287.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B667CB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 103 | 203 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.20 |
| HSL | 287.4º | 0.49% | 0.6% | - |
| HSV(B) | 287.4º | 0.49% | 0.8% | - |
| XYZ | 34.92 | 23.96 | 59.28 | - |
| YUV | 138.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 203 | 0.10 | 0.49 | 0 | 0.20 | 287.4 | 0.49 | 0.6 |
| Hex | B6 | 67 | CB | A | 31 | 0 | 14 | 11F | 31 | 3C |
| Octal | 266 | 147 | 313 | 12 | 61 | 0 | 24 | 437 | 61 | 74 |
| Binary | 10110110 | 1100111 | 11001011 | 1010 | 110001 | 0 | 10100 | 100011111 | 110001 | 111100 |
Color Harmonies of #B667CB
Complementary color
Monochromatic Colors of #B667CB
Black with #B667CB
Text Example
Text Example
White with #B667CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667CB; }
p { color: rgb(182,103,203); }
H1.HeaderClassName
{
color: #B667CB;
}
.AnyTagClassName
{
color: #B667CB;
}
</style>
background-color css
<style>
a { background-color: #B667CB; }
a { background-color: rgb(182,103,203); }
div.DivClassName
{
background-color: #B667CB;
}
.BgClassName
{
background-color: #B667CB;
}
</style>
border-color css
<style>
span { border-color: #B667CB; }
span { border-color: rgb(182,103,203); }
td.TdClassName
{
border-color: #B667CB;
}
.TagClassName
{
border-color: #B667CB;
}
</style>