Html Css Color HEX #B089FF Biloba Flower

📋 copy color: '#B089FF'

red 176 ◦ green 137 ◦ blue 255

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

Shades of Biloba Flower #B089FF

Tints of Biloba Flower #B089FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 30.99%
G = 24.12%
B = 44.89%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B089FF (or 0xB089FF) is known color: Biloba Flower. HEX triplet: B0, 89 and FF. RGB value is (176,137,255). Sum of RGB (Red+Green+Blue) = 176+137+255=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B089FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FF is #4F7600. Grayscale: #A1A1A1. Windows color (decimal): -5207553 or 16746928. OLE color: 16746928.

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

Color convert

RGB 176 137 255 -
CMYK 0.31 0.46 0 0
HSL 259.83º 1% 0.77% -
HSV(B) 259.83º 0.46% 1% -
XYZ 44.9 34.34 98.87 -
YUV 162.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 176 137 255 0.31 0.46 0 0 259.83 1 0.77
Hex B0 89 FF 1F 2E 0 0 104 64 4D
Octal 260 211 377 37 56 0 0 404 144 115
Binary 10110000 10001001 11111111 11111 101110 0 0 100000100 1100100 1001101

Color Harmonies of #B089FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089FF

Black with #B089FF

Text Example


Text Example

White with #B089FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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