Shades of Medium Orchid #BD5CCB
Tints of Medium Orchid #BD5CCB
RGB
CMYK
RGB Variations
Color information
#BD5CCB (or 0xBD5CCB) is known color: Medium Orchid. HEX triplet: BD, 5C and CB. RGB value is (189,92,203). Sum of RGB (Red+Green+Blue) = 189+92+203=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CCB is #42A334. Grayscale: #858585. Windows color (decimal): -4367157 or 13327549. OLE color: 13327549.
HSL color Cylindrical-coordinate representation of color #BD5CCB: hue angle of 292.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5CCB is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 92 | 203 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.20 |
| HSL | 292.43º | 0.52% | 0.58% | - |
| HSV(B) | 292.43º | 0.55% | 0.8% | - |
| XYZ | 35.59 | 22.78 | 59.02 | - |
| YUV | 133.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 203 | 0.07 | 0.55 | 0 | 0.20 | 292.43 | 0.52 | 0.58 |
| Hex | BD | 5C | CB | 7 | 37 | 0 | 14 | 124 | 34 | 3A |
| Octal | 275 | 134 | 313 | 7 | 67 | 0 | 24 | 444 | 64 | 72 |
| Binary | 10111101 | 1011100 | 11001011 | 111 | 110111 | 0 | 10100 | 100100100 | 110100 | 111010 |
Color Harmonies of #BD5CCB
Complementary color
Monochromatic Colors of #BD5CCB
Black with #BD5CCB
Text Example
Text Example
White with #BD5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CCB; }
p { color: rgb(189,92,203); }
H1.HeaderClassName
{
color: #BD5CCB;
}
.AnyTagClassName
{
color: #BD5CCB;
}
</style>
background-color css
<style>
a { background-color: #BD5CCB; }
a { background-color: rgb(189,92,203); }
div.DivClassName
{
background-color: #BD5CCB;
}
.BgClassName
{
background-color: #BD5CCB;
}
</style>
border-color css
<style>
span { border-color: #BD5CCB; }
span { border-color: rgb(189,92,203); }
td.TdClassName
{
border-color: #BD5CCB;
}
.TagClassName
{
border-color: #BD5CCB;
}
</style>