#B289FB

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

Shades of Biloba Flower #B289FB

Tints of Biloba Flower #B289FB

Color information

#B289FB (or 0xB289FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and FB. RGB value is (178,137,251). Sum of RGB (Red+Green+Blue) = 178+137+251=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #B289FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289FB is #4D7604. Grayscale: #A1A1A1. Windows color (decimal): -5076485 or 16484786. OLE color: 16484786.

HSL color Cylindrical-coordinate representation of color #B289FB: hue angle of 261.58º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B289FB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178137251-
CMYK0.290.4500.02
HSL261.58º93.44%76.08%-
HSV(B)261.58º45.42%98.43%-
XYZ44.7234.3295.53-
YUV162.26178.08139.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.45%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=31.45%
G=24.20%
B=44.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781372510.290.4500.02261.5893.4476.08
HexB289FB1D2D021065d4c
Octal262211373355502406135114
Binary1011001010001001111110111110110110101010000011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289FB; }

 p { color: rgb(178,137,251); }

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

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

 a { background-color: rgb(178,137,251); }

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

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

 span { border-color: rgb(178,137,251); }

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