#B78AF8

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

Shades of Biloba Flower #B78AF8

Tints of Biloba Flower #B78AF8

Color information

#B78AF8 (or 0xB78AF8) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and F8. RGB value is (183,138,248). Sum of RGB (Red+Green+Blue) = 183+138+248=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #B78AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78AF8 is #487507. Grayscale: #A3A3A3. Windows color (decimal): -4748552 or 16288439. OLE color: 16288439.

HSL color Cylindrical-coordinate representation of color #B78AF8: hue angle of 264.55º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78AF8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183138248-
CMYK0.260.4400.03
HSL264.55º88.71%75.69%-
HSV(B)264.55º44.35%97.25%-
XYZ45.5635.0293.17-
YUV164175.41141.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 248 (97.27% from 255) = 43.59%
R=32.16%
G=24.25%
B=43.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831382480.260.4400.03264.5588.7175.69
HexB78AF81A2C03109594c
Octal267212370325403411131114
Binary1011011110001010111110001101010110001110000100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AF8; }

 p { color: rgb(183,138,248); }

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

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

 a { background-color: rgb(183,138,248); }

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

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

 span { border-color: rgb(183,138,248); }

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