Html Css Color HEX #B089DD Biloba Flower

📋 copy color: '#B089DD'

red 176 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #B089DD

Tints of Biloba Flower #B089DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 32.96%
G = 25.66%
B = 41.39%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B089DD (or 0xB089DD) is known color: Biloba Flower. HEX triplet: B0, 89 and DD. RGB value is (176,137,221). Sum of RGB (Red+Green+Blue) = 176+137+221=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B089DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089DD is #4F7622. Grayscale: #9D9D9D. Windows color (decimal): -5207587 or 14518704. OLE color: 14518704.

HSL color Cylindrical-coordinate representation of color #B089DD: hue angle of 267.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B089DD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 137 221 -
CMYK 0.20 0.38 0 0.13
HSL 267.86º 0.55% 0.7% -
HSV(B) 267.86º 0.38% 0.87% -
XYZ 39.9 32.34 72.55 -
YUV 158.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 176 137 221 0.20 0.38 0 0.13 267.86 0.55 0.7
Hex B0 89 DD 14 26 0 D 10C 37 46
Octal 260 211 335 24 46 0 15 414 67 106
Binary 10110000 10001001 11011101 10100 100110 0 1101 100001100 110111 1000110

Color Harmonies of #B089DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089DD

Black with #B089DD

Text Example


Text Example

White with #B089DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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