Html Css Color HEX #B089FB Biloba Flower

📋 copy color: '#B089FB'

red 176 ◦ green 137 ◦ blue 251

#B089FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B089FB

Tints of Biloba Flower #B089FB

RGB

 RED value IS 176 (69.14% from 255) = 31.21%

 GREEN value IS 137 (53.91% from 255) = 24.29%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 31.21%
G = 24.29%
B = 44.5%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B089FB (or 0xB089FB) is known color: Biloba Flower. HEX triplet: B0, 89 and FB. RGB value is (176,137,251). Sum of RGB (Red+Green+Blue) = 176+137+251=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #B089FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FB is #4F7604. Grayscale: #A1A1A1. Windows color (decimal): -5207557 or 16484784. OLE color: 16484784.

HSL color Cylindrical-coordinate representation of color #B089FB: hue angle of 260.53º 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 #B089FB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 137 251 -
CMYK 0.30 0.45 0 0.02
HSL 260.53º 0.93% 0.76% -
HSV(B) 260.53º 0.45% 0.98% -
XYZ 44.26 34.09 95.51 -
YUV 161.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 176 137 251 0.30 0.45 0 0.02 260.53 0.93 0.76
Hex B0 89 FB 1E 2D 0 2 105 5D 4C
Octal 260 211 373 36 55 0 2 405 135 114
Binary 10110000 10001001 11111011 11110 101101 0 10 100000101 1011101 1001100

Color Harmonies of #B089FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089FB

Black with #B089FB

Text Example


Text Example

White with #B089FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089FB; }

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

 H1.HeaderClassName
 {
   color: #B089FB;
 }
 .AnyTagClassName
 {
   color: #B089FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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