#B78AF9

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

Shades of Biloba Flower #B78AF9

Tints of Biloba Flower #B78AF9

Color information

#B78AF9 (or 0xB78AF9) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and F9. RGB value is (183,138,249). Sum of RGB (Red+Green+Blue) = 183+138+249=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B78AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78AF9 is #487506. Grayscale: #A3A3A3. Windows color (decimal): -4748551 or 16353975. OLE color: 16353975.

HSL color Cylindrical-coordinate representation of color #B78AF9: hue angle of 264.32º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78AF9 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183138249-
CMYK0.270.4500.02
HSL264.32º90.24%75.88%-
HSV(B)264.32º44.58%97.65%-
XYZ45.7235.0893.98-
YUV164.11175.91141.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=32.11%
G=24.21%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831382490.270.4500.02264.3290.2475.88
HexB78AF91B2D021085a4c
Octal267212371335502410132114
Binary1011011110001010111110011101110110101010000100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AF9; }

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

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

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

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

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

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

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

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