Shades of Medium Orchid #BD42FC
Tints of Medium Orchid #BD42FC
RGB
CMYK
RGB Variations
Color information
#BD42FC (or 0xBD42FC) is known color: Medium Orchid. HEX triplet: BD, 42 and FC. RGB value is (189,66,252). Sum of RGB (Red+Green+Blue) = 189+66+252=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42FC is #42BD03. Grayscale: #7B7B7B. Windows color (decimal): -4373764 or 16532157. OLE color: 16532157.
HSL color Cylindrical-coordinate representation of color #BD42FC: hue angle of 279.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD42FC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 66 | 252 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.01 |
| HSL | 279.68º | 0.97% | 0.62% | - |
| HSV(B) | 279.68º | 0.74% | 0.99% | - |
| XYZ | 40.51 | 21.74 | 94.16 | - |
| YUV | 123.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 252 | 0.25 | 0.74 | 0 | 0.01 | 279.68 | 0.97 | 0.62 |
| Hex | BD | 42 | FC | 19 | 4A | 0 | 1 | 118 | 61 | 3E |
| Octal | 275 | 102 | 374 | 31 | 112 | 0 | 1 | 430 | 141 | 76 |
| Binary | 10111101 | 1000010 | 11111100 | 11001 | 1001010 | 0 | 1 | 100011000 | 1100001 | 111110 |
Color Harmonies of #BD42FC
Complementary color
Monochromatic Colors of #BD42FC
Black with #BD42FC
Text Example
Text Example
White with #BD42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42FC; }
p { color: rgb(189,66,252); }
H1.HeaderClassName
{
color: #BD42FC;
}
.AnyTagClassName
{
color: #BD42FC;
}
</style>
background-color css
<style>
a { background-color: #BD42FC; }
a { background-color: rgb(189,66,252); }
div.DivClassName
{
background-color: #BD42FC;
}
.BgClassName
{
background-color: #BD42FC;
}
</style>
border-color css
<style>
span { border-color: #BD42FC; }
span { border-color: rgb(189,66,252); }
td.TdClassName
{
border-color: #BD42FC;
}
.TagClassName
{
border-color: #BD42FC;
}
</style>