Shades of Biloba Flower #B692D3
Tints of Biloba Flower #B692D3
RGB
CMYK
RGB Variations
Color information
#B692D3 (or 0xB692D3) is known color: Biloba Flower. HEX triplet: B6, 92 and D3. RGB value is (182,146,211). Sum of RGB (Red+Green+Blue) = 182+146+211=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #B692D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692D3 is #496D2C. Grayscale: #A3A3A3. Windows color (decimal): -4812077 or 13865654. OLE color: 13865654.
HSL color Cylindrical-coordinate representation of color #B692D3: hue angle of 273.23º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B692D3 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 146 | 211 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.17 |
| HSL | 273.23º | 0.42% | 0.7% | - |
| HSV(B) | 273.23º | 0.31% | 0.83% | - |
| XYZ | 41.33 | 35.21 | 66.25 | - |
| YUV | 164.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 211 | 0.14 | 0.31 | 0 | 0.17 | 273.23 | 0.42 | 0.7 |
| Hex | B6 | 92 | D3 | E | 1F | 0 | 11 | 111 | 2A | 46 |
| Octal | 266 | 222 | 323 | 16 | 37 | 0 | 21 | 421 | 52 | 106 |
| Binary | 10110110 | 10010010 | 11010011 | 1110 | 11111 | 0 | 10001 | 100010001 | 101010 | 1000110 |
Color Harmonies of #B692D3
Complementary color
Monochromatic Colors of #B692D3
Black with #B692D3
Text Example
Text Example
White with #B692D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692D3; }
p { color: rgb(182,146,211); }
H1.HeaderClassName
{
color: #B692D3;
}
.AnyTagClassName
{
color: #B692D3;
}
</style>
background-color css
<style>
a { background-color: #B692D3; }
a { background-color: rgb(182,146,211); }
div.DivClassName
{
background-color: #B692D3;
}
.BgClassName
{
background-color: #B692D3;
}
</style>
border-color css
<style>
span { border-color: #B692D3; }
span { border-color: rgb(182,146,211); }
td.TdClassName
{
border-color: #B692D3;
}
.TagClassName
{
border-color: #B692D3;
}
</style>