Shades of Medium Orchid #BD5CF2
Tints of Medium Orchid #BD5CF2
RGB
CMYK
RGB Variations
Color information
#BD5CF2 (or 0xBD5CF2) is known color: Medium Orchid. HEX triplet: BD, 5C and F2. RGB value is (189,92,242). Sum of RGB (Red+Green+Blue) = 189+92+242=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CF2 is #42A30D. Grayscale: #898989. Windows color (decimal): -4367118 or 15883453. OLE color: 15883453.
HSL color Cylindrical-coordinate representation of color #BD5CF2: hue angle of 278.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5CF2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 92 | 242 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.05 |
| HSL | 278.8º | 0.85% | 0.65% | - |
| HSV(B) | 278.8º | 0.62% | 0.95% | - |
| XYZ | 40.84 | 24.88 | 86.65 | - |
| YUV | 138.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 242 | 0.22 | 0.62 | 0 | 0.05 | 278.8 | 0.85 | 0.65 |
| Hex | BD | 5C | F2 | 16 | 3E | 0 | 5 | 117 | 55 | 41 |
| Octal | 275 | 134 | 362 | 26 | 76 | 0 | 5 | 427 | 125 | 101 |
| Binary | 10111101 | 1011100 | 11110010 | 10110 | 111110 | 0 | 101 | 100010111 | 1010101 | 1000001 |
Color Harmonies of #BD5CF2
Complementary color
Monochromatic Colors of #BD5CF2
Black with #BD5CF2
Text Example
Text Example
White with #BD5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CF2; }
p { color: rgb(189,92,242); }
H1.HeaderClassName
{
color: #BD5CF2;
}
.AnyTagClassName
{
color: #BD5CF2;
}
</style>
background-color css
<style>
a { background-color: #BD5CF2; }
a { background-color: rgb(189,92,242); }
div.DivClassName
{
background-color: #BD5CF2;
}
.BgClassName
{
background-color: #BD5CF2;
}
</style>
border-color css
<style>
span { border-color: #BD5CF2; }
span { border-color: rgb(189,92,242); }
td.TdClassName
{
border-color: #BD5CF2;
}
.TagClassName
{
border-color: #BD5CF2;
}
</style>