Shades of Medium Orchid #BB3DF8
Tints of Medium Orchid #BB3DF8
RGB
CMYK
RGB Variations
Color information
#BB3DF8 (or 0xBB3DF8) is known color: Medium Orchid. HEX triplet: BB, 3D and F8. RGB value is (187,61,248). Sum of RGB (Red+Green+Blue) = 187+61+248=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB3DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DF8 is #44C207. Grayscale: #777777. Windows color (decimal): -4506120 or 16268731. OLE color: 16268731.
HSL color Cylindrical-coordinate representation of color #BB3DF8: hue angle of 280.43º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3DF8 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 61 | 248 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.03 |
| HSL | 280.43º | 0.93% | 0.61% | - |
| HSV(B) | 280.43º | 0.75% | 0.97% | - |
| XYZ | 39.11 | 20.68 | 90.74 | - |
| YUV | 119.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 248 | 0.25 | 0.75 | 0 | 0.03 | 280.43 | 0.93 | 0.61 |
| Hex | BB | 3D | F8 | 19 | 4B | 0 | 3 | 118 | 5D | 3D |
| Octal | 273 | 75 | 370 | 31 | 113 | 0 | 3 | 430 | 135 | 75 |
| Binary | 10111011 | 111101 | 11111000 | 11001 | 1001011 | 0 | 11 | 100011000 | 1011101 | 111101 |
Color Harmonies of #BB3DF8
Complementary color
Monochromatic Colors of #BB3DF8
Black with #BB3DF8
Text Example
Text Example
White with #BB3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DF8; }
p { color: rgb(187,61,248); }
H1.HeaderClassName
{
color: #BB3DF8;
}
.AnyTagClassName
{
color: #BB3DF8;
}
</style>
background-color css
<style>
a { background-color: #BB3DF8; }
a { background-color: rgb(187,61,248); }
div.DivClassName
{
background-color: #BB3DF8;
}
.BgClassName
{
background-color: #BB3DF8;
}
</style>
border-color css
<style>
span { border-color: #BB3DF8; }
span { border-color: rgb(187,61,248); }
td.TdClassName
{
border-color: #BB3DF8;
}
.TagClassName
{
border-color: #BB3DF8;
}
</style>