#B395FB

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

Shades of Biloba Flower #B395FB

Tints of Biloba Flower #B395FB

Color information

#B395FB (or 0xB395FB) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and FB. RGB value is (179,149,251). Sum of RGB (Red+Green+Blue) = 179+149+251=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #B395FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395FB is #4C6A04. Grayscale: #A9A9A9. Windows color (decimal): -5007877 or 16487859. OLE color: 16487859.

HSL color Cylindrical-coordinate representation of color #B395FB: hue angle of 257.65º degrees, saturation: 0.93, 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 #B395FB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179149251-
CMYK0.290.4100.02
HSL257.65º92.73%78.43%-
HSV(B)257.65º40.64%98.43%-
XYZ46.7538.0496.15-
YUV169.6173.94134.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.92%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=30.92%
G=25.73%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791492510.290.4100.02257.6592.7378.43
HexB395FB1D29021025d4e
Octal263225373355102402135116
Binary1011001110010101111110111110110100101010000001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395FB; }

 p { color: rgb(179,149,251); }

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

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

 a { background-color: rgb(179,149,251); }

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

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

 span { border-color: rgb(179,149,251); }

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