Shades of Medium Orchid #B254E6
Tints of Medium Orchid #B254E6
RGB
CMYK
RGB Variations
Color information
#B254E6 (or 0xB254E6) is known color: Medium Orchid. HEX triplet: B2, 54 and E6. RGB value is (178,84,230). Sum of RGB (Red+Green+Blue) = 178+84+230=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #B254E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254E6 is #4DAB19. Grayscale: #808080. Windows color (decimal): -5090074 or 15094962. OLE color: 15094962.
HSL color Cylindrical-coordinate representation of color #B254E6: hue angle of 278.63º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B254E6 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 84 | 230 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.10 |
| HSL | 278.63º | 0.74% | 0.62% | - |
| HSV(B) | 278.63º | 0.63% | 0.9% | - |
| XYZ | 35.81 | 21.52 | 77.13 | - |
| YUV | 128.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 230 | 0.23 | 0.63 | 0 | 0.10 | 278.63 | 0.74 | 0.62 |
| Hex | B2 | 54 | E6 | 17 | 3F | 0 | A | 117 | 4A | 3E |
| Octal | 262 | 124 | 346 | 27 | 77 | 0 | 12 | 427 | 112 | 76 |
| Binary | 10110010 | 1010100 | 11100110 | 10111 | 111111 | 0 | 1010 | 100010111 | 1001010 | 111110 |
Color Harmonies of #B254E6
Complementary color
Monochromatic Colors of #B254E6
Black with #B254E6
Text Example
Text Example
White with #B254E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B254E6; }
p { color: rgb(178,84,230); }
H1.HeaderClassName
{
color: #B254E6;
}
.AnyTagClassName
{
color: #B254E6;
}
</style>
background-color css
<style>
a { background-color: #B254E6; }
a { background-color: rgb(178,84,230); }
div.DivClassName
{
background-color: #B254E6;
}
.BgClassName
{
background-color: #B254E6;
}
</style>
border-color css
<style>
span { border-color: #B254E6; }
span { border-color: rgb(178,84,230); }
td.TdClassName
{
border-color: #B254E6;
}
.TagClassName
{
border-color: #B254E6;
}
</style>