Shades of Medium Orchid #BD57FE
Tints of Medium Orchid #BD57FE
RGB
CMYK
RGB Variations
Color information
#BD57FE (or 0xBD57FE) is known color: Medium Orchid. HEX triplet: BD, 57 and FE. RGB value is (189,87,254). Sum of RGB (Red+Green+Blue) = 189+87+254=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57FE is #42A801. Grayscale: #878787. Windows color (decimal): -4368386 or 16668605. OLE color: 16668605.
HSL color Cylindrical-coordinate representation of color #BD57FE: hue angle of 276.65º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD57FE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 87 | 254 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.00 |
| HSL | 276.65º | 0.99% | 0.67% | - |
| HSV(B) | 276.65º | 0.66% | 1% | - |
| XYZ | 42.28 | 24.79 | 96.32 | - |
| YUV | 136.54 | 194.29 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 254 | 0.26 | 0.66 | 0 | 0.00 | 276.65 | 0.99 | 0.67 |
| Hex | BD | 57 | FE | 1A | 42 | 0 | 0 | 115 | 63 | 43 |
| Octal | 275 | 127 | 376 | 32 | 102 | 0 | 0 | 425 | 143 | 103 |
| Binary | 10111101 | 1010111 | 11111110 | 11010 | 1000010 | 0 | 0 | 100010101 | 1100011 | 1000011 |
Color Harmonies of #BD57FE
Complementary color
Monochromatic Colors of #BD57FE
Black with #BD57FE
Text Example
Text Example
White with #BD57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57FE; }
p { color: rgb(189,87,254); }
H1.HeaderClassName
{
color: #BD57FE;
}
.AnyTagClassName
{
color: #BD57FE;
}
</style>
background-color css
<style>
a { background-color: #BD57FE; }
a { background-color: rgb(189,87,254); }
div.DivClassName
{
background-color: #BD57FE;
}
.BgClassName
{
background-color: #BD57FE;
}
</style>
border-color css
<style>
span { border-color: #BD57FE; }
span { border-color: rgb(189,87,254); }
td.TdClassName
{
border-color: #BD57FE;
}
.TagClassName
{
border-color: #BD57FE;
}
</style>