Html Css Color HEX #B089DF Biloba Flower

📋 copy color: '#B089DF'

red 176 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #B089DF

Tints of Biloba Flower #B089DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 32.84%
G = 25.56%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B089DF (or 0xB089DF) is known color: Biloba Flower. HEX triplet: B0, 89 and DF. RGB value is (176,137,223). Sum of RGB (Red+Green+Blue) = 176+137+223=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B089DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089DF is #4F7620. Grayscale: #9E9E9E. Windows color (decimal): -5207585 or 14649776. OLE color: 14649776.

HSL color Cylindrical-coordinate representation of color #B089DF: hue angle of 267.21º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B089DF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 137 223 -
CMYK 0.21 0.39 0 0.13
HSL 267.21º 0.57% 0.71% -
HSV(B) 267.21º 0.39% 0.87% -
XYZ 40.17 32.45 73.96 -
YUV 158.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 176 137 223 0.21 0.39 0 0.13 267.21 0.57 0.71
Hex B0 89 DF 15 27 0 D 10B 39 47
Octal 260 211 337 25 47 0 15 413 71 107
Binary 10110000 10001001 11011111 10101 100111 0 1101 100001011 111001 1000111

Color Harmonies of #B089DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089DF

Black with #B089DF

Text Example


Text Example

White with #B089DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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