Shades of Medium Orchid #BD55FE
Tints of Medium Orchid #BD55FE
RGB
CMYK
RGB Variations
Color information
#BD55FE (or 0xBD55FE) is known color: Medium Orchid. HEX triplet: BD, 55 and FE. RGB value is (189,85,254). Sum of RGB (Red+Green+Blue) = 189+85+254=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55FE is #42AA01. Grayscale: #868686. Windows color (decimal): -4368898 or 16668093. OLE color: 16668093.
HSL color Cylindrical-coordinate representation of color #BD55FE: hue angle of 276.92º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD55FE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 85 | 254 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.00 |
| HSL | 276.92º | 0.99% | 0.66% | - |
| HSV(B) | 276.92º | 0.67% | 1% | - |
| XYZ | 42.12 | 24.47 | 96.27 | - |
| YUV | 135.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 254 | 0.26 | 0.67 | 0 | 0.00 | 276.92 | 0.99 | 0.66 |
| Hex | BD | 55 | FE | 1A | 43 | 0 | 0 | 115 | 63 | 42 |
| Octal | 275 | 125 | 376 | 32 | 103 | 0 | 0 | 425 | 143 | 102 |
| Binary | 10111101 | 1010101 | 11111110 | 11010 | 1000011 | 0 | 0 | 100010101 | 1100011 | 1000010 |
Color Harmonies of #BD55FE
Complementary color
Monochromatic Colors of #BD55FE
Black with #BD55FE
Text Example
Text Example
White with #BD55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55FE; }
p { color: rgb(189,85,254); }
H1.HeaderClassName
{
color: #BD55FE;
}
.AnyTagClassName
{
color: #BD55FE;
}
</style>
background-color css
<style>
a { background-color: #BD55FE; }
a { background-color: rgb(189,85,254); }
div.DivClassName
{
background-color: #BD55FE;
}
.BgClassName
{
background-color: #BD55FE;
}
</style>
border-color css
<style>
span { border-color: #BD55FE; }
span { border-color: rgb(189,85,254); }
td.TdClassName
{
border-color: #BD55FE;
}
.TagClassName
{
border-color: #BD55FE;
}
</style>