Shades of Dark Orchid #B434CF
Tints of Dark Orchid #B434CF
RGB
CMYK
RGB Variations
Color information
#B434CF (or 0xB434CF) is known color: Dark Orchid. HEX triplet: B4, 34 and CF. RGB value is (180,52,207). Sum of RGB (Red+Green+Blue) = 180+52+207=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B434CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434CF is #4BCB30. Grayscale: #6B6B6B. Windows color (decimal): -4967217 or 13579444. OLE color: 13579444.
HSL color Cylindrical-coordinate representation of color #B434CF: hue angle of 289.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B434CF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 52 | 207 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.19 |
| HSL | 289.55º | 0.62% | 0.51% | - |
| HSV(B) | 289.55º | 0.75% | 0.81% | - |
| XYZ | 31.31 | 16.66 | 60.6 | - |
| YUV | 107.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 207 | 0.13 | 0.75 | 0 | 0.19 | 289.55 | 0.62 | 0.51 |
| Hex | B4 | 34 | CF | D | 4B | 0 | 13 | 122 | 3E | 33 |
| Octal | 264 | 64 | 317 | 15 | 113 | 0 | 23 | 442 | 76 | 63 |
| Binary | 10110100 | 110100 | 11001111 | 1101 | 1001011 | 0 | 10011 | 100100010 | 111110 | 110011 |
Color Harmonies of #B434CF
Complementary color
Monochromatic Colors of #B434CF
Black with #B434CF
Text Example
Text Example
White with #B434CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434CF; }
p { color: rgb(180,52,207); }
H1.HeaderClassName
{
color: #B434CF;
}
.AnyTagClassName
{
color: #B434CF;
}
</style>
background-color css
<style>
a { background-color: #B434CF; }
a { background-color: rgb(180,52,207); }
div.DivClassName
{
background-color: #B434CF;
}
.BgClassName
{
background-color: #B434CF;
}
</style>
border-color css
<style>
span { border-color: #B434CF; }
span { border-color: rgb(180,52,207); }
td.TdClassName
{
border-color: #B434CF;
}
.TagClassName
{
border-color: #B434CF;
}
</style>