Shades of Biloba Flower #B77CF2
Tints of Biloba Flower #B77CF2
RGB
CMYK
RGB Variations
Color information
#B77CF2 (or 0xB77CF2) is known color: Biloba Flower. HEX triplet: B7, 7C and F2. RGB value is (183,124,242). Sum of RGB (Red+Green+Blue) = 183+124+242=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #B77CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CF2 is #48830D. Grayscale: #9A9A9A. Windows color (decimal): -4752142 or 15891639. OLE color: 15891639.
HSL color Cylindrical-coordinate representation of color #B77CF2: hue angle of 270º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77CF2 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 124 | 242 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.05 |
| HSL | 270º | 0.82% | 0.72% | - |
| HSV(B) | 270º | 0.49% | 0.95% | - |
| XYZ | 42.76 | 30.89 | 87.71 | - |
| YUV | 155.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 242 | 0.24 | 0.49 | 0 | 0.05 | 270 | 0.82 | 0.72 |
| Hex | B7 | 7C | F2 | 18 | 31 | 0 | 5 | 10E | 52 | 48 |
| Octal | 267 | 174 | 362 | 30 | 61 | 0 | 5 | 416 | 122 | 110 |
| Binary | 10110111 | 1111100 | 11110010 | 11000 | 110001 | 0 | 101 | 100001110 | 1010010 | 1001000 |
Color Harmonies of #B77CF2
Complementary color
Monochromatic Colors of #B77CF2
Black with #B77CF2
Text Example
Text Example
White with #B77CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CF2; }
p { color: rgb(183,124,242); }
H1.HeaderClassName
{
color: #B77CF2;
}
.AnyTagClassName
{
color: #B77CF2;
}
</style>
background-color css
<style>
a { background-color: #B77CF2; }
a { background-color: rgb(183,124,242); }
div.DivClassName
{
background-color: #B77CF2;
}
.BgClassName
{
background-color: #B77CF2;
}
</style>
border-color css
<style>
span { border-color: #B77CF2; }
span { border-color: rgb(183,124,242); }
td.TdClassName
{
border-color: #B77CF2;
}
.TagClassName
{
border-color: #B77CF2;
}
</style>