Shades of Medium Orchid #B444CF
Tints of Medium Orchid #B444CF
RGB
CMYK
RGB Variations
Color information
#B444CF (or 0xB444CF) is known color: Medium Orchid. HEX triplet: B4, 44 and CF. RGB value is (180,68,207). Sum of RGB (Red+Green+Blue) = 180+68+207=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B444CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CF is #4BBB30. Grayscale: #747474. Windows color (decimal): -4963121 or 13583540. OLE color: 13583540.
HSL color Cylindrical-coordinate representation of color #B444CF: hue angle of 288.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B444CF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 68 | 207 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.19 |
| HSL | 288.35º | 0.59% | 0.54% | - |
| HSV(B) | 288.35º | 0.67% | 0.81% | - |
| XYZ | 32.15 | 18.34 | 60.88 | - |
| YUV | 117.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 207 | 0.13 | 0.67 | 0 | 0.19 | 288.35 | 0.59 | 0.54 |
| Hex | B4 | 44 | CF | D | 43 | 0 | 13 | 120 | 3B | 36 |
| Octal | 264 | 104 | 317 | 15 | 103 | 0 | 23 | 440 | 73 | 66 |
| Binary | 10110100 | 1000100 | 11001111 | 1101 | 1000011 | 0 | 10011 | 100100000 | 111011 | 110110 |
Color Harmonies of #B444CF
Complementary color
Monochromatic Colors of #B444CF
Black with #B444CF
Text Example
Text Example
White with #B444CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444CF; }
p { color: rgb(180,68,207); }
H1.HeaderClassName
{
color: #B444CF;
}
.AnyTagClassName
{
color: #B444CF;
}
</style>
background-color css
<style>
a { background-color: #B444CF; }
a { background-color: rgb(180,68,207); }
div.DivClassName
{
background-color: #B444CF;
}
.BgClassName
{
background-color: #B444CF;
}
</style>
border-color css
<style>
span { border-color: #B444CF; }
span { border-color: rgb(180,68,207); }
td.TdClassName
{
border-color: #B444CF;
}
.TagClassName
{
border-color: #B444CF;
}
</style>