#B78AF3

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

Shades of Biloba Flower #B78AF3

Tints of Biloba Flower #B78AF3

Color information

#B78AF3 (or 0xB78AF3) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and F3. RGB value is (183,138,243). Sum of RGB (Red+Green+Blue) = 183+138+243=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #B78AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78AF3 is #48750C. Grayscale: #A3A3A3. Windows color (decimal): -4748557 or 15960759. OLE color: 15960759.

HSL color Cylindrical-coordinate representation of color #B78AF3: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78AF3 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183138243-
CMYK0.250.4300.05
HSL265.71º81.4%74.71%-
HSV(B)265.71º43.21%95.29%-
XYZ44.7934.7289.13-
YUV163.43172.91141.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=32.45%
G=24.47%
B=43.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831382430.250.4300.05265.7181.474.71
HexB78AF3192B0510a514b
Octal267212363315305412121113
Binary10110111100010101111001111001101011010110000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AF3; }

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

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

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

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

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

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

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

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