Shades of Medium Orchid #B462CC
Tints of Medium Orchid #B462CC
RGB
CMYK
RGB Variations
Color information
#B462CC (or 0xB462CC) is known color: Medium Orchid. HEX triplet: B4, 62 and CC. RGB value is (180,98,204). Sum of RGB (Red+Green+Blue) = 180+98+204=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B462CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462CC is #4B9D33. Grayscale: #868686. Windows color (decimal): -4955444 or 13394612. OLE color: 13394612.
HSL color Cylindrical-coordinate representation of color #B462CC: hue angle of 286.42º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B462CC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 98 | 204 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.2 |
| HSL | 286.42º | 0.51% | 0.59% | - |
| HSV(B) | 286.42º | 0.52% | 0.8% | - |
| XYZ | 34.09 | 22.8 | 59.73 | - |
| YUV | 134.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 204 | 0.12 | 0.52 | 0 | 0.2 | 286.42 | 0.51 | 0.59 |
| Hex | B4 | 62 | CC | C | 34 | 0 | 14 | 11E | 33 | 3B |
| Octal | 264 | 142 | 314 | 14 | 64 | 0 | 24 | 436 | 63 | 73 |
| Binary | 10110100 | 1100010 | 11001100 | 1100 | 110100 | 0 | 10100 | 100011110 | 110011 | 111011 |
Color Harmonies of #B462CC
Complementary color
Monochromatic Colors of #B462CC
Black with #B462CC
Text Example
Text Example
White with #B462CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B462CC; }
p { color: rgb(180,98,204); }
H1.HeaderClassName
{
color: #B462CC;
}
.AnyTagClassName
{
color: #B462CC;
}
</style>
background-color css
<style>
a { background-color: #B462CC; }
a { background-color: rgb(180,98,204); }
div.DivClassName
{
background-color: #B462CC;
}
.BgClassName
{
background-color: #B462CC;
}
</style>
border-color css
<style>
span { border-color: #B462CC; }
span { border-color: rgb(180,98,204); }
td.TdClassName
{
border-color: #B462CC;
}
.TagClassName
{
border-color: #B462CC;
}
</style>