#B794F7

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

Shades of Biloba Flower #B794F7

Tints of Biloba Flower #B794F7

Color information

#B794F7 (or 0xB794F7) is unknown color: approx Biloba Flower. HEX triplet: B7, 94 and F7. RGB value is (183,148,247). Sum of RGB (Red+Green+Blue) = 183+148+247=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #B794F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794F7 is #486B08. Grayscale: #A9A9A9. Windows color (decimal): -4745993 or 16225463. OLE color: 16225463.

HSL color Cylindrical-coordinate representation of color #B794F7: hue angle of 261.21º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B794F7 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183148247-
CMYK0.260.4000.03
HSL261.21º86.09%77.45%-
HSV(B)261.21º40.08%96.86%-
XYZ46.9137.9692.85-
YUV169.75171.6137.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 247 (96.88% from 255) = 42.73%
R=31.66%
G=25.61%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831482470.260.4000.03261.2186.0977.45
HexB794F71A2803105564d
Octal267224367325003405126115
Binary1011011110010100111101111101010100001110000010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794F7; }

 p { color: rgb(183,148,247); }

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

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

 a { background-color: rgb(183,148,247); }

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

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

 span { border-color: rgb(183,148,247); }

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