Shades of Biloba Flower #B788EE
Tints of Biloba Flower #B788EE
RGB
CMYK
RGB Variations
Color information
#B788EE (or 0xB788EE) is known color: Biloba Flower. HEX triplet: B7, 88 and EE. RGB value is (183,136,238). Sum of RGB (Red+Green+Blue) = 183+136+238=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #B788EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B788EE is #487711. Grayscale: #A1A1A1. Windows color (decimal): -4749074 or 15632567. OLE color: 15632567.
HSL color Cylindrical-coordinate representation of color #B788EE: hue angle of 267.65º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B788EE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 136 | 238 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.07 |
| HSL | 267.65º | 0.75% | 0.73% | - |
| HSV(B) | 267.65º | 0.43% | 0.93% | - |
| XYZ | 43.77 | 33.85 | 85.12 | - |
| YUV | 161.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 238 | 0.23 | 0.43 | 0 | 0.07 | 267.65 | 0.75 | 0.73 |
| Hex | B7 | 88 | EE | 17 | 2B | 0 | 7 | 10C | 4B | 49 |
| Octal | 267 | 210 | 356 | 27 | 53 | 0 | 7 | 414 | 113 | 111 |
| Binary | 10110111 | 10001000 | 11101110 | 10111 | 101011 | 0 | 111 | 100001100 | 1001011 | 1001001 |
Color Harmonies of #B788EE
Complementary color
Monochromatic Colors of #B788EE
Black with #B788EE
Text Example
Text Example
White with #B788EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788EE; }
p { color: rgb(183,136,238); }
H1.HeaderClassName
{
color: #B788EE;
}
.AnyTagClassName
{
color: #B788EE;
}
</style>
background-color css
<style>
a { background-color: #B788EE; }
a { background-color: rgb(183,136,238); }
div.DivClassName
{
background-color: #B788EE;
}
.BgClassName
{
background-color: #B788EE;
}
</style>
border-color css
<style>
span { border-color: #B788EE; }
span { border-color: rgb(183,136,238); }
td.TdClassName
{
border-color: #B788EE;
}
.TagClassName
{
border-color: #B788EE;
}
</style>