Html Css Color HEX #B089FE Biloba Flower

📋 copy color: '#B089FE'

red 176 ◦ green 137 ◦ blue 254

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

Shades of Biloba Flower #B089FE

Tints of Biloba Flower #B089FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 31.04%
G = 24.16%
B = 44.8%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B089FE (or 0xB089FE) is known color: Biloba Flower. HEX triplet: B0, 89 and FE. RGB value is (176,137,254). Sum of RGB (Red+Green+Blue) = 176+137+254=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #B089FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FE is #4F7601. Grayscale: #A1A1A1. Windows color (decimal): -5207554 or 16681392. OLE color: 16681392.

HSL color Cylindrical-coordinate representation of color #B089FE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B089FE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 137 254 -
CMYK 0.31 0.46 0 0.00
HSL 260º 0.98% 0.77% -
HSV(B) 260º 0.46% 1% -
XYZ 44.74 34.28 98.02 -
YUV 162 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 176 137 254 0.31 0.46 0 0.00 260 0.98 0.77
Hex B0 89 FE 1F 2E 0 0 104 62 4D
Octal 260 211 376 37 56 0 0 404 142 115
Binary 10110000 10001001 11111110 11111 101110 0 0 100000100 1100010 1001101

Color Harmonies of #B089FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089FE

Black with #B089FE

Text Example


Text Example

White with #B089FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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