Shades of Biloba Flower #B67CDC
Tints of Biloba Flower #B67CDC
RGB
CMYK
RGB Variations
Color information
#B67CDC (or 0xB67CDC) is known color: Biloba Flower. HEX triplet: B6, 7C and DC. RGB value is (182,124,220). Sum of RGB (Red+Green+Blue) = 182+124+220=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #B67CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CDC is #498323. Grayscale: #979797. Windows color (decimal): -4817700 or 14449846. OLE color: 14449846.
HSL color Cylindrical-coordinate representation of color #B67CDC: hue angle of 276.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67CDC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 124 | 220 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.14 |
| HSL | 276.25º | 0.58% | 0.67% | - |
| HSV(B) | 276.25º | 0.44% | 0.86% | - |
| XYZ | 39.42 | 29.53 | 71.33 | - |
| YUV | 152.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 220 | 0.17 | 0.44 | 0 | 0.14 | 276.25 | 0.58 | 0.67 |
| Hex | B6 | 7C | DC | 11 | 2C | 0 | E | 114 | 3A | 43 |
| Octal | 266 | 174 | 334 | 21 | 54 | 0 | 16 | 424 | 72 | 103 |
| Binary | 10110110 | 1111100 | 11011100 | 10001 | 101100 | 0 | 1110 | 100010100 | 111010 | 1000011 |
Color Harmonies of #B67CDC
Complementary color
Monochromatic Colors of #B67CDC
Black with #B67CDC
Text Example
Text Example
White with #B67CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CDC; }
p { color: rgb(182,124,220); }
H1.HeaderClassName
{
color: #B67CDC;
}
.AnyTagClassName
{
color: #B67CDC;
}
</style>
background-color css
<style>
a { background-color: #B67CDC; }
a { background-color: rgb(182,124,220); }
div.DivClassName
{
background-color: #B67CDC;
}
.BgClassName
{
background-color: #B67CDC;
}
</style>
border-color css
<style>
span { border-color: #B67CDC; }
span { border-color: rgb(182,124,220); }
td.TdClassName
{
border-color: #B67CDC;
}
.TagClassName
{
border-color: #B67CDC;
}
</style>