Shades of Medium Orchid #B65FCC
Tints of Medium Orchid #B65FCC
RGB
CMYK
RGB Variations
Color information
#B65FCC (or 0xB65FCC) is known color: Medium Orchid. HEX triplet: B6, 5F and CC. RGB value is (182,95,204). Sum of RGB (Red+Green+Blue) = 182+95+204=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B65FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FCC is #49A033. Grayscale: #858585. Windows color (decimal): -4825140 or 13393846. OLE color: 13393846.
HSL color Cylindrical-coordinate representation of color #B65FCC: hue angle of 287.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65FCC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 95 | 204 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.2 |
| HSL | 287.89º | 0.52% | 0.59% | - |
| HSV(B) | 287.89º | 0.53% | 0.8% | - |
| XYZ | 34.28 | 22.49 | 59.66 | - |
| YUV | 133.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 204 | 0.11 | 0.53 | 0 | 0.2 | 287.89 | 0.52 | 0.59 |
| Hex | B6 | 5F | CC | B | 35 | 0 | 14 | 120 | 34 | 3B |
| Octal | 266 | 137 | 314 | 13 | 65 | 0 | 24 | 440 | 64 | 73 |
| Binary | 10110110 | 1011111 | 11001100 | 1011 | 110101 | 0 | 10100 | 100100000 | 110100 | 111011 |
Color Harmonies of #B65FCC
Complementary color
Monochromatic Colors of #B65FCC
Black with #B65FCC
Text Example
Text Example
White with #B65FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FCC; }
p { color: rgb(182,95,204); }
H1.HeaderClassName
{
color: #B65FCC;
}
.AnyTagClassName
{
color: #B65FCC;
}
</style>
background-color css
<style>
a { background-color: #B65FCC; }
a { background-color: rgb(182,95,204); }
div.DivClassName
{
background-color: #B65FCC;
}
.BgClassName
{
background-color: #B65FCC;
}
</style>
border-color css
<style>
span { border-color: #B65FCC; }
span { border-color: rgb(182,95,204); }
td.TdClassName
{
border-color: #B65FCC;
}
.TagClassName
{
border-color: #B65FCC;
}
</style>