Shades of Medium Orchid #BB4FEE
Tints of Medium Orchid #BB4FEE
RGB
CMYK
RGB Variations
Color information
#BB4FEE (or 0xBB4FEE) is known color: Medium Orchid. HEX triplet: BB, 4F and EE. RGB value is (187,79,238). Sum of RGB (Red+Green+Blue) = 187+79+238=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FEE is #44B011. Grayscale: #808080. Windows color (decimal): -4501522 or 15617979. OLE color: 15617979.
HSL color Cylindrical-coordinate representation of color #BB4FEE: hue angle of 280.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4FEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 79 | 238 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 280.75º | 0.82% | 0.62% | - |
| HSV(B) | 280.75º | 0.67% | 0.93% | - |
| XYZ | 38.72 | 22.33 | 83.16 | - |
| YUV | 129.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 238 | 0.21 | 0.67 | 0 | 0.07 | 280.75 | 0.82 | 0.62 |
| Hex | BB | 4F | EE | 15 | 43 | 0 | 7 | 119 | 52 | 3E |
| Octal | 273 | 117 | 356 | 25 | 103 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111011 | 1001111 | 11101110 | 10101 | 1000011 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BB4FEE
Complementary color
Monochromatic Colors of #BB4FEE
Black with #BB4FEE
Text Example
Text Example
White with #BB4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FEE; }
p { color: rgb(187,79,238); }
H1.HeaderClassName
{
color: #BB4FEE;
}
.AnyTagClassName
{
color: #BB4FEE;
}
</style>
background-color css
<style>
a { background-color: #BB4FEE; }
a { background-color: rgb(187,79,238); }
div.DivClassName
{
background-color: #BB4FEE;
}
.BgClassName
{
background-color: #BB4FEE;
}
</style>
border-color css
<style>
span { border-color: #BB4FEE; }
span { border-color: rgb(187,79,238); }
td.TdClassName
{
border-color: #BB4FEE;
}
.TagClassName
{
border-color: #BB4FEE;
}
</style>