Shades of Medium Orchid #BD54CB
Tints of Medium Orchid #BD54CB
RGB
CMYK
RGB Variations
Color information
#BD54CB (or 0xBD54CB) is known color: Medium Orchid. HEX triplet: BD, 54 and CB. RGB value is (189,84,203). Sum of RGB (Red+Green+Blue) = 189+84+203=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54CB is #42AB34. Grayscale: #808080. Windows color (decimal): -4369205 or 13325501. OLE color: 13325501.
HSL color Cylindrical-coordinate representation of color #BD54CB: hue angle of 292.94º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD54CB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 84 | 203 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.20 |
| HSL | 292.94º | 0.53% | 0.56% | - |
| HSV(B) | 292.94º | 0.59% | 0.8% | - |
| XYZ | 34.94 | 21.47 | 58.8 | - |
| YUV | 128.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 203 | 0.07 | 0.59 | 0 | 0.20 | 292.94 | 0.53 | 0.56 |
| Hex | BD | 54 | CB | 7 | 3B | 0 | 14 | 125 | 35 | 38 |
| Octal | 275 | 124 | 313 | 7 | 73 | 0 | 24 | 445 | 65 | 70 |
| Binary | 10111101 | 1010100 | 11001011 | 111 | 111011 | 0 | 10100 | 100100101 | 110101 | 111000 |
Color Harmonies of #BD54CB
Complementary color
Monochromatic Colors of #BD54CB
Black with #BD54CB
Text Example
Text Example
White with #BD54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54CB; }
p { color: rgb(189,84,203); }
H1.HeaderClassName
{
color: #BD54CB;
}
.AnyTagClassName
{
color: #BD54CB;
}
</style>
background-color css
<style>
a { background-color: #BD54CB; }
a { background-color: rgb(189,84,203); }
div.DivClassName
{
background-color: #BD54CB;
}
.BgClassName
{
background-color: #BD54CB;
}
</style>
border-color css
<style>
span { border-color: #BD54CB; }
span { border-color: rgb(189,84,203); }
td.TdClassName
{
border-color: #BD54CB;
}
.TagClassName
{
border-color: #BD54CB;
}
</style>