Shades of Medium Orchid #BB69F2
Tints of Medium Orchid #BB69F2
RGB
CMYK
RGB Variations
Color information
#BB69F2 (or 0xBB69F2) is known color: Medium Orchid. HEX triplet: BB, 69 and F2. RGB value is (187,105,242). Sum of RGB (Red+Green+Blue) = 187+105+242=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69F2 is #44960D. Grayscale: #909090. Windows color (decimal): -4494862 or 15886779. OLE color: 15886779.
HSL color Cylindrical-coordinate representation of color #BB69F2: hue angle of 275.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB69F2 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 105 | 242 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.05 |
| HSL | 275.91º | 0.84% | 0.68% | - |
| HSV(B) | 275.91º | 0.57% | 0.95% | - |
| XYZ | 41.57 | 27.08 | 87.04 | - |
| YUV | 145.14 | 182.67 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 242 | 0.23 | 0.57 | 0 | 0.05 | 275.91 | 0.84 | 0.68 |
| Hex | BB | 69 | F2 | 17 | 39 | 0 | 5 | 114 | 54 | 44 |
| Octal | 273 | 151 | 362 | 27 | 71 | 0 | 5 | 424 | 124 | 104 |
| Binary | 10111011 | 1101001 | 11110010 | 10111 | 111001 | 0 | 101 | 100010100 | 1010100 | 1000100 |
Color Harmonies of #BB69F2
Complementary color
Monochromatic Colors of #BB69F2
Black with #BB69F2
Text Example
Text Example
White with #BB69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69F2; }
p { color: rgb(187,105,242); }
H1.HeaderClassName
{
color: #BB69F2;
}
.AnyTagClassName
{
color: #BB69F2;
}
</style>
background-color css
<style>
a { background-color: #BB69F2; }
a { background-color: rgb(187,105,242); }
div.DivClassName
{
background-color: #BB69F2;
}
.BgClassName
{
background-color: #BB69F2;
}
</style>
border-color css
<style>
span { border-color: #BB69F2; }
span { border-color: rgb(187,105,242); }
td.TdClassName
{
border-color: #BB69F2;
}
.TagClassName
{
border-color: #BB69F2;
}
</style>