#b29cf8

Color #B29CF8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B29CF8

Tints of Biloba Flower #B29CF8

Color information

#B29CF8 (or 0xB29CF8) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and F8. RGB value is (178,156,248). Sum of RGB (Red+Green+Blue) = 178+156+248=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #B29CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29CF8 is #4D6307. Grayscale: #ACACAC. Windows color (decimal): -5071624 or 16293042. OLE color: 16293042.

HSL color Cylindrical-coordinate representation of color #B29CF8: hue angle of 254.35º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B29CF8 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178156248-
CMYK0.280.3700.03
HSL254.35º86.79%79.22%-
HSV(B)254.35º37.1%97.25%-
XYZ47.1940.0294.04-
YUV173.07170.29131.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 30.58%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=30.58%
G=26.80%
B=42.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781562480.280.3700.03254.3586.7979.22
HexB29CF81C2503fe574f
Octal262234370344503376127117
Binary101100101001110011111000111001001010111111111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29cf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29cf8; }

 p { color: rgb(178,156,248); }

 H1.HeaderClassName
 {
   color: #b29cf8;
 }
 .AnyTagClassName
 {
   color: #b29cf8;
 }
</style>
background-color css

<style>
 a { background-color: #b29cf8; }

 a { background-color: rgb(178,156,248); }

 div.DivClassName
 {
   background-color: #b29cf8;
 }
 .BgClassName
 {
   background-color: #b29cf8;
 }
</style>
border-color css

<style>
 span { border-color: #b29cf8; }

 span { border-color: rgb(178,156,248); }

 td.TdClassName
 {
   border-color: #b29cf8;
 }
 .TagClassName
 {
   border-color: #b29cf8;
 }
</style>