#B394F9

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

Shades of Biloba Flower #B394F9

Tints of Biloba Flower #B394F9

Color information

#B394F9 (or 0xB394F9) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and F9. RGB value is (179,148,249). Sum of RGB (Red+Green+Blue) = 179+148+249=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #B394F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394F9 is #4C6B06. Grayscale: #A8A8A8. Windows color (decimal): -5008135 or 16356531. OLE color: 16356531.

HSL color Cylindrical-coordinate representation of color #B394F9: hue angle of 258.42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B394F9 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179148249-
CMYK0.280.4100.02
HSL258.42º89.38%77.84%-
HSV(B)258.42º40.56%97.65%-
XYZ46.2837.694.44-
YUV168.78173.27135.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=31.08%
G=25.69%
B=43.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791482490.280.4100.02258.4289.3877.84
HexB394F91C2902102594e
Octal263224371345102402131116
Binary1011001110010100111110011110010100101010000001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394F9; }

 p { color: rgb(179,148,249); }

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

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

 a { background-color: rgb(179,148,249); }

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

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

 span { border-color: rgb(179,148,249); }

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