Shades of Medium Orchid #B451CF
Tints of Medium Orchid #B451CF
RGB
CMYK
RGB Variations
Color information
#B451CF (or 0xB451CF) is known color: Medium Orchid. HEX triplet: B4, 51 and CF. RGB value is (180,81,207). Sum of RGB (Red+Green+Blue) = 180+81+207=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B451CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451CF is #4BAE30. Grayscale: #7C7C7C. Windows color (decimal): -4959793 or 13586868. OLE color: 13586868.
HSL color Cylindrical-coordinate representation of color #B451CF: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B451CF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 81 | 207 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.19 |
| HSL | 287.14º | 0.57% | 0.56% | - |
| HSV(B) | 287.14º | 0.61% | 0.81% | - |
| XYZ | 33.03 | 20.09 | 61.17 | - |
| YUV | 124.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 207 | 0.13 | 0.61 | 0 | 0.19 | 287.14 | 0.57 | 0.56 |
| Hex | B4 | 51 | CF | D | 3D | 0 | 13 | 11F | 39 | 38 |
| Octal | 264 | 121 | 317 | 15 | 75 | 0 | 23 | 437 | 71 | 70 |
| Binary | 10110100 | 1010001 | 11001111 | 1101 | 111101 | 0 | 10011 | 100011111 | 111001 | 111000 |
Color Harmonies of #B451CF
Complementary color
Monochromatic Colors of #B451CF
Black with #B451CF
Text Example
Text Example
White with #B451CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B451CF; }
p { color: rgb(180,81,207); }
H1.HeaderClassName
{
color: #B451CF;
}
.AnyTagClassName
{
color: #B451CF;
}
</style>
background-color css
<style>
a { background-color: #B451CF; }
a { background-color: rgb(180,81,207); }
div.DivClassName
{
background-color: #B451CF;
}
.BgClassName
{
background-color: #B451CF;
}
</style>
border-color css
<style>
span { border-color: #B451CF; }
span { border-color: rgb(180,81,207); }
td.TdClassName
{
border-color: #B451CF;
}
.TagClassName
{
border-color: #B451CF;
}
</style>