Shades of Medium Orchid #B254E5
Tints of Medium Orchid #B254E5
RGB
CMYK
RGB Variations
Color information
#B254E5 (or 0xB254E5) is known color: Medium Orchid. HEX triplet: B2, 54 and E5. RGB value is (178,84,229). Sum of RGB (Red+Green+Blue) = 178+84+229=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #B254E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254E5 is #4DAB1A. Grayscale: #808080. Windows color (decimal): -5090075 or 15029426. OLE color: 15029426.
HSL color Cylindrical-coordinate representation of color #B254E5: hue angle of 278.9º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B254E5 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 84 | 229 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.10 |
| HSL | 278.9º | 0.74% | 0.61% | - |
| HSV(B) | 278.9º | 0.63% | 0.9% | - |
| XYZ | 35.67 | 21.46 | 76.39 | - |
| YUV | 128.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 229 | 0.22 | 0.63 | 0 | 0.10 | 278.9 | 0.74 | 0.61 |
| Hex | B2 | 54 | E5 | 16 | 3F | 0 | A | 117 | 4A | 3D |
| Octal | 262 | 124 | 345 | 26 | 77 | 0 | 12 | 427 | 112 | 75 |
| Binary | 10110010 | 1010100 | 11100101 | 10110 | 111111 | 0 | 1010 | 100010111 | 1001010 | 111101 |
Color Harmonies of #B254E5
Complementary color
Monochromatic Colors of #B254E5
Black with #B254E5
Text Example
Text Example
White with #B254E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B254E5; }
p { color: rgb(178,84,229); }
H1.HeaderClassName
{
color: #B254E5;
}
.AnyTagClassName
{
color: #B254E5;
}
</style>
background-color css
<style>
a { background-color: #B254E5; }
a { background-color: rgb(178,84,229); }
div.DivClassName
{
background-color: #B254E5;
}
.BgClassName
{
background-color: #B254E5;
}
</style>
border-color css
<style>
span { border-color: #B254E5; }
span { border-color: rgb(178,84,229); }
td.TdClassName
{
border-color: #B254E5;
}
.TagClassName
{
border-color: #B254E5;
}
</style>