Shades of Dark Orchid #B733C8
Tints of Dark Orchid #B733C8
RGB
CMYK
RGB Variations
Color information
#B733C8 (or 0xB733C8) is known color: Dark Orchid. HEX triplet: B7, 33 and C8. RGB value is (183,51,200). Sum of RGB (Red+Green+Blue) = 183+51+200=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #B733C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733C8 is #48CC37. Grayscale: #6A6A6A. Windows color (decimal): -4770872 or 13120439. OLE color: 13120439.
HSL color Cylindrical-coordinate representation of color #B733C8: hue angle of 293.15º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B733C8 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 51 | 200 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.22 |
| HSL | 293.15º | 0.59% | 0.49% | - |
| HSV(B) | 293.15º | 0.75% | 0.78% | - |
| XYZ | 31.14 | 16.61 | 56.21 | - |
| YUV | 107.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 200 | 0.08 | 0.74 | 0 | 0.22 | 293.15 | 0.59 | 0.49 |
| Hex | B7 | 33 | C8 | 8 | 4A | 0 | 16 | 125 | 3B | 31 |
| Octal | 267 | 63 | 310 | 10 | 112 | 0 | 26 | 445 | 73 | 61 |
| Binary | 10110111 | 110011 | 11001000 | 1000 | 1001010 | 0 | 10110 | 100100101 | 111011 | 110001 |
Color Harmonies of #B733C8
Complementary color
Monochromatic Colors of #B733C8
Black with #B733C8
Text Example
Text Example
White with #B733C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733C8; }
p { color: rgb(183,51,200); }
H1.HeaderClassName
{
color: #B733C8;
}
.AnyTagClassName
{
color: #B733C8;
}
</style>
background-color css
<style>
a { background-color: #B733C8; }
a { background-color: rgb(183,51,200); }
div.DivClassName
{
background-color: #B733C8;
}
.BgClassName
{
background-color: #B733C8;
}
</style>
border-color css
<style>
span { border-color: #B733C8; }
span { border-color: rgb(183,51,200); }
td.TdClassName
{
border-color: #B733C8;
}
.TagClassName
{
border-color: #B733C8;
}
</style>