Shades of Medium Orchid #BD42FD
Tints of Medium Orchid #BD42FD
RGB
CMYK
RGB Variations
Color information
#BD42FD (or 0xBD42FD) is known color: Medium Orchid. HEX triplet: BD, 42 and FD. RGB value is (189,66,253). Sum of RGB (Red+Green+Blue) = 189+66+253=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42FD is #42BD02. Grayscale: #7B7B7B. Windows color (decimal): -4373763 or 16597693. OLE color: 16597693.
HSL color Cylindrical-coordinate representation of color #BD42FD: hue angle of 279.47º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD42FD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 66 | 253 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.01 |
| HSL | 279.47º | 0.98% | 0.63% | - |
| HSV(B) | 279.47º | 0.74% | 0.99% | - |
| XYZ | 40.66 | 21.81 | 94.99 | - |
| YUV | 124.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 253 | 0.25 | 0.74 | 0 | 0.01 | 279.47 | 0.98 | 0.63 |
| Hex | BD | 42 | FD | 19 | 4A | 0 | 1 | 117 | 62 | 3F |
| Octal | 275 | 102 | 375 | 31 | 112 | 0 | 1 | 427 | 142 | 77 |
| Binary | 10111101 | 1000010 | 11111101 | 11001 | 1001010 | 0 | 1 | 100010111 | 1100010 | 111111 |
Color Harmonies of #BD42FD
Complementary color
Monochromatic Colors of #BD42FD
Black with #BD42FD
Text Example
Text Example
White with #BD42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42FD; }
p { color: rgb(189,66,253); }
H1.HeaderClassName
{
color: #BD42FD;
}
.AnyTagClassName
{
color: #BD42FD;
}
</style>
background-color css
<style>
a { background-color: #BD42FD; }
a { background-color: rgb(189,66,253); }
div.DivClassName
{
background-color: #BD42FD;
}
.BgClassName
{
background-color: #BD42FD;
}
</style>
border-color css
<style>
span { border-color: #BD42FD; }
span { border-color: rgb(189,66,253); }
td.TdClassName
{
border-color: #BD42FD;
}
.TagClassName
{
border-color: #BD42FD;
}
</style>