Shades of Medium Orchid #B667F8
Tints of Medium Orchid #B667F8
RGB
CMYK
RGB Variations
Color information
#B667F8 (or 0xB667F8) is known color: Medium Orchid. HEX triplet: B6, 67 and F8. RGB value is (182,103,248). Sum of RGB (Red+Green+Blue) = 182+103+248=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #B667F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B667F8 is #499807. Grayscale: #8E8E8E. Windows color (decimal): -4823048 or 16279478. OLE color: 16279478.
HSL color Cylindrical-coordinate representation of color #B667F8: hue angle of 272.69º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B667F8 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 103 | 248 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.03 |
| HSL | 272.69º | 0.91% | 0.69% | - |
| HSV(B) | 272.69º | 0.58% | 0.97% | - |
| XYZ | 41.08 | 26.42 | 91.74 | - |
| YUV | 143.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 248 | 0.27 | 0.58 | 0 | 0.03 | 272.69 | 0.91 | 0.69 |
| Hex | B6 | 67 | F8 | 1B | 3A | 0 | 3 | 111 | 5B | 45 |
| Octal | 266 | 147 | 370 | 33 | 72 | 0 | 3 | 421 | 133 | 105 |
| Binary | 10110110 | 1100111 | 11111000 | 11011 | 111010 | 0 | 11 | 100010001 | 1011011 | 1000101 |
Color Harmonies of #B667F8
Complementary color
Monochromatic Colors of #B667F8
Black with #B667F8
Text Example
Text Example
White with #B667F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667F8; }
p { color: rgb(182,103,248); }
H1.HeaderClassName
{
color: #B667F8;
}
.AnyTagClassName
{
color: #B667F8;
}
</style>
background-color css
<style>
a { background-color: #B667F8; }
a { background-color: rgb(182,103,248); }
div.DivClassName
{
background-color: #B667F8;
}
.BgClassName
{
background-color: #B667F8;
}
</style>
border-color css
<style>
span { border-color: #B667F8; }
span { border-color: rgb(182,103,248); }
td.TdClassName
{
border-color: #B667F8;
}
.TagClassName
{
border-color: #B667F8;
}
</style>