Shades of Medium Orchid #BB3CE5
Tints of Medium Orchid #BB3CE5
RGB
CMYK
RGB Variations
Color information
#BB3CE5 (or 0xBB3CE5) is known color: Medium Orchid. HEX triplet: BB, 3C and E5. RGB value is (187,60,229). Sum of RGB (Red+Green+Blue) = 187+60+229=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CE5 is #44C31A. Grayscale: #747474. Windows color (decimal): -4506395 or 15023291. OLE color: 15023291.
HSL color Cylindrical-coordinate representation of color #BB3CE5: hue angle of 285.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3CE5 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 60 | 229 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.10 |
| HSL | 285.09º | 0.76% | 0.57% | - |
| HSV(B) | 285.09º | 0.74% | 0.9% | - |
| XYZ | 36.25 | 19.45 | 75.97 | - |
| YUV | 117.24 | 191.08 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 229 | 0.18 | 0.74 | 0 | 0.10 | 285.09 | 0.76 | 0.57 |
| Hex | BB | 3C | E5 | 12 | 4A | 0 | A | 11D | 4C | 39 |
| Octal | 273 | 74 | 345 | 22 | 112 | 0 | 12 | 435 | 114 | 71 |
| Binary | 10111011 | 111100 | 11100101 | 10010 | 1001010 | 0 | 1010 | 100011101 | 1001100 | 111001 |
Color Harmonies of #BB3CE5
Complementary color
Monochromatic Colors of #BB3CE5
Black with #BB3CE5
Text Example
Text Example
White with #BB3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CE5; }
p { color: rgb(187,60,229); }
H1.HeaderClassName
{
color: #BB3CE5;
}
.AnyTagClassName
{
color: #BB3CE5;
}
</style>
background-color css
<style>
a { background-color: #BB3CE5; }
a { background-color: rgb(187,60,229); }
div.DivClassName
{
background-color: #BB3CE5;
}
.BgClassName
{
background-color: #BB3CE5;
}
</style>
border-color css
<style>
span { border-color: #BB3CE5; }
span { border-color: rgb(187,60,229); }
td.TdClassName
{
border-color: #BB3CE5;
}
.TagClassName
{
border-color: #BB3CE5;
}
</style>