#B78CF3

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

Shades of Biloba Flower #B78CF3

Tints of Biloba Flower #B78CF3

Color information

#B78CF3 (or 0xB78CF3) is unknown color: approx Biloba Flower. HEX triplet: B7, 8C and F3. RGB value is (183,140,243). Sum of RGB (Red+Green+Blue) = 183+140+243=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #B78CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CF3 is #48730C. Grayscale: #A4A4A4. Windows color (decimal): -4748045 or 15961271. OLE color: 15961271.

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

Color convert

RGB183140243-
CMYK0.250.4200.05
HSL265.05º81.1%75.1%-
HSV(B)265.05º42.39%95.29%-
XYZ45.0835.2989.23-
YUV164.6172.25141.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 243 (95.31% from 255) = 42.93%
R=32.33%
G=24.73%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831402430.250.4200.05265.0581.175.1
HexB78CF3192A05109514b
Octal267214363315205411121113
Binary10110111100011001111001111001101010010110000100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CF3; }

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

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

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

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

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

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

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

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