Shades of Medium Orchid #BD65CC
Tints of Medium Orchid #BD65CC
RGB
CMYK
RGB Variations
Color information
#BD65CC (or 0xBD65CC) is known color: Medium Orchid. HEX triplet: BD, 65 and CC. RGB value is (189,101,204). Sum of RGB (Red+Green+Blue) = 189+101+204=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65CC is #429A33. Grayscale: #8A8A8A. Windows color (decimal): -4364852 or 13395389. OLE color: 13395389.
HSL color Cylindrical-coordinate representation of color #BD65CC: hue angle of 291.26º 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 #BD65CC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 101 | 204 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.2 |
| HSL | 291.26º | 0.5% | 0.6% | - |
| HSV(B) | 291.26º | 0.5% | 0.8% | - |
| XYZ | 36.54 | 24.49 | 59.93 | - |
| YUV | 139.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 204 | 0.07 | 0.50 | 0 | 0.2 | 291.26 | 0.5 | 0.6 |
| Hex | BD | 65 | CC | 7 | 32 | 0 | 14 | 123 | 32 | 3C |
| Octal | 275 | 145 | 314 | 7 | 62 | 0 | 24 | 443 | 62 | 74 |
| Binary | 10111101 | 1100101 | 11001100 | 111 | 110010 | 0 | 10100 | 100100011 | 110010 | 111100 |
Color Harmonies of #BD65CC
Complementary color
Monochromatic Colors of #BD65CC
Black with #BD65CC
Text Example
Text Example
White with #BD65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65CC; }
p { color: rgb(189,101,204); }
H1.HeaderClassName
{
color: #BD65CC;
}
.AnyTagClassName
{
color: #BD65CC;
}
</style>
background-color css
<style>
a { background-color: #BD65CC; }
a { background-color: rgb(189,101,204); }
div.DivClassName
{
background-color: #BD65CC;
}
.BgClassName
{
background-color: #BD65CC;
}
</style>
border-color css
<style>
span { border-color: #BD65CC; }
span { border-color: rgb(189,101,204); }
td.TdClassName
{
border-color: #BD65CC;
}
.TagClassName
{
border-color: #BD65CC;
}
</style>