Shades of Dark Orchid #B433CF
Tints of Dark Orchid #B433CF
RGB
CMYK
RGB Variations
Color information
#B433CF (or 0xB433CF) is known color: Dark Orchid. HEX triplet: B4, 33 and CF. RGB value is (180,51,207). Sum of RGB (Red+Green+Blue) = 180+51+207=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B433CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433CF is #4BCC30. Grayscale: #6A6A6A. Windows color (decimal): -4967473 or 13579188. OLE color: 13579188.
HSL color Cylindrical-coordinate representation of color #B433CF: hue angle of 289.62º 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 #B433CF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 51 | 207 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.19 |
| HSL | 289.62º | 0.62% | 0.51% | - |
| HSV(B) | 289.62º | 0.75% | 0.81% | - |
| XYZ | 31.27 | 16.58 | 60.58 | - |
| YUV | 107.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 207 | 0.13 | 0.75 | 0 | 0.19 | 289.62 | 0.62 | 0.51 |
| Hex | B4 | 33 | CF | D | 4B | 0 | 13 | 122 | 3E | 33 |
| Octal | 264 | 63 | 317 | 15 | 113 | 0 | 23 | 442 | 76 | 63 |
| Binary | 10110100 | 110011 | 11001111 | 1101 | 1001011 | 0 | 10011 | 100100010 | 111110 | 110011 |
Color Harmonies of #B433CF
Complementary color
Monochromatic Colors of #B433CF
Black with #B433CF
Text Example
Text Example
White with #B433CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433CF; }
p { color: rgb(180,51,207); }
H1.HeaderClassName
{
color: #B433CF;
}
.AnyTagClassName
{
color: #B433CF;
}
</style>
background-color css
<style>
a { background-color: #B433CF; }
a { background-color: rgb(180,51,207); }
div.DivClassName
{
background-color: #B433CF;
}
.BgClassName
{
background-color: #B433CF;
}
</style>
border-color css
<style>
span { border-color: #B433CF; }
span { border-color: rgb(180,51,207); }
td.TdClassName
{
border-color: #B433CF;
}
.TagClassName
{
border-color: #B433CF;
}
</style>