Shades of Medium Orchid #B667CC
Tints of Medium Orchid #B667CC
RGB
CMYK
RGB Variations
Color information
#B667CC (or 0xB667CC) is known color: Medium Orchid. HEX triplet: B6, 67 and CC. RGB value is (182,103,204). Sum of RGB (Red+Green+Blue) = 182+103+204=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B667CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667CC is #499833. Grayscale: #898989. Windows color (decimal): -4823092 or 13395894. OLE color: 13395894.
HSL color Cylindrical-coordinate representation of color #B667CC: hue angle of 286.93º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B667CC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 103 | 204 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.2 |
| HSL | 286.93º | 0.5% | 0.6% | - |
| HSV(B) | 286.93º | 0.5% | 0.8% | - |
| XYZ | 35.04 | 24.01 | 59.91 | - |
| YUV | 138.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 204 | 0.11 | 0.50 | 0 | 0.2 | 286.93 | 0.5 | 0.6 |
| Hex | B6 | 67 | CC | B | 32 | 0 | 14 | 11F | 32 | 3C |
| Octal | 266 | 147 | 314 | 13 | 62 | 0 | 24 | 437 | 62 | 74 |
| Binary | 10110110 | 1100111 | 11001100 | 1011 | 110010 | 0 | 10100 | 100011111 | 110010 | 111100 |
Color Harmonies of #B667CC
Complementary color
Monochromatic Colors of #B667CC
Black with #B667CC
Text Example
Text Example
White with #B667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667CC; }
p { color: rgb(182,103,204); }
H1.HeaderClassName
{
color: #B667CC;
}
.AnyTagClassName
{
color: #B667CC;
}
</style>
background-color css
<style>
a { background-color: #B667CC; }
a { background-color: rgb(182,103,204); }
div.DivClassName
{
background-color: #B667CC;
}
.BgClassName
{
background-color: #B667CC;
}
</style>
border-color css
<style>
span { border-color: #B667CC; }
span { border-color: rgb(182,103,204); }
td.TdClassName
{
border-color: #B667CC;
}
.TagClassName
{
border-color: #B667CC;
}
</style>