Shades of Dark Orchid #B925CF
Tints of Dark Orchid #B925CF
RGB
CMYK
RGB Variations
Color information
#B925CF (or 0xB925CF) is known color: Dark Orchid. HEX triplet: B9, 25 and CF. RGB value is (185,37,207). Sum of RGB (Red+Green+Blue) = 185+37+207=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B925CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925CF is #46DA30. Grayscale: #646464. Windows color (decimal): -4643377 or 13575609. OLE color: 13575609.
HSL color Cylindrical-coordinate representation of color #B925CF: hue angle of 292.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B925CF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 37 | 207 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.19 |
| HSL | 292.24º | 0.7% | 0.48% | - |
| HSV(B) | 292.24º | 0.82% | 0.81% | - |
| XYZ | 31.93 | 16.14 | 60.46 | - |
| YUV | 100.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 207 | 0.11 | 0.82 | 0 | 0.19 | 292.24 | 0.7 | 0.48 |
| Hex | B9 | 25 | CF | B | 52 | 0 | 13 | 124 | 46 | 30 |
| Octal | 271 | 45 | 317 | 13 | 122 | 0 | 23 | 444 | 106 | 60 |
| Binary | 10111001 | 100101 | 11001111 | 1011 | 1010010 | 0 | 10011 | 100100100 | 1000110 | 110000 |
Color Harmonies of #B925CF
Complementary color
Monochromatic Colors of #B925CF
Black with #B925CF
Text Example
Text Example
White with #B925CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925CF; }
p { color: rgb(185,37,207); }
H1.HeaderClassName
{
color: #B925CF;
}
.AnyTagClassName
{
color: #B925CF;
}
</style>
background-color css
<style>
a { background-color: #B925CF; }
a { background-color: rgb(185,37,207); }
div.DivClassName
{
background-color: #B925CF;
}
.BgClassName
{
background-color: #B925CF;
}
</style>
border-color css
<style>
span { border-color: #B925CF; }
span { border-color: rgb(185,37,207); }
td.TdClassName
{
border-color: #B925CF;
}
.TagClassName
{
border-color: #B925CF;
}
</style>