Shades of Medium Orchid #BD42FE
Tints of Medium Orchid #BD42FE
RGB
CMYK
RGB Variations
Color information
#BD42FE (or 0xBD42FE) is known color: Medium Orchid. HEX triplet: BD, 42 and FE. RGB value is (189,66,254). Sum of RGB (Red+Green+Blue) = 189+66+254=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42FE is #42BD01. Grayscale: #7B7B7B. Windows color (decimal): -4373762 or 16663229. OLE color: 16663229.
HSL color Cylindrical-coordinate representation of color #BD42FE: hue angle of 279.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD42FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 66 | 254 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.00 |
| HSL | 279.26º | 0.99% | 0.63% | - |
| HSV(B) | 279.26º | 0.74% | 1% | - |
| XYZ | 40.82 | 21.87 | 95.84 | - |
| YUV | 124.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 254 | 0.26 | 0.74 | 0 | 0.00 | 279.26 | 0.99 | 0.63 |
| Hex | BD | 42 | FE | 1A | 4A | 0 | 0 | 117 | 63 | 3F |
| Octal | 275 | 102 | 376 | 32 | 112 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111101 | 1000010 | 11111110 | 11010 | 1001010 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BD42FE
Complementary color
Monochromatic Colors of #BD42FE
Black with #BD42FE
Text Example
Text Example
White with #BD42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42FE; }
p { color: rgb(189,66,254); }
H1.HeaderClassName
{
color: #BD42FE;
}
.AnyTagClassName
{
color: #BD42FE;
}
</style>
background-color css
<style>
a { background-color: #BD42FE; }
a { background-color: rgb(189,66,254); }
div.DivClassName
{
background-color: #BD42FE;
}
.BgClassName
{
background-color: #BD42FE;
}
</style>
border-color css
<style>
span { border-color: #BD42FE; }
span { border-color: rgb(189,66,254); }
td.TdClassName
{
border-color: #BD42FE;
}
.TagClassName
{
border-color: #BD42FE;
}
</style>