Html Css Color HEX #B189DD Biloba Flower

📋 copy color: '#B189DD'

red 177 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #B189DD

Tints of Biloba Flower #B189DD

RGB

 RED value IS 177 (69.53% from 255) = 33.08%

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

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

R = 33.08%
G = 25.61%
B = 41.31%

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

#B189DD (or 0xB189DD) is known color: Biloba Flower. HEX triplet: B1, 89 and DD. RGB value is (177,137,221). Sum of RGB (Red+Green+Blue) = 177+137+221=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189DD is #4E7622. Grayscale: #9E9E9E. Windows color (decimal): -5142051 or 14518705. OLE color: 14518705.

HSL color Cylindrical-coordinate representation of color #B189DD: hue angle of 268.57º 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 #B189DD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 137 221 -
CMYK 0.20 0.38 0 0.13
HSL 268.57º 0.55% 0.7% -
HSV(B) 268.57º 0.38% 0.87% -
XYZ 40.13 32.46 72.56 -
YUV 158.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 177 137 221 0.20 0.38 0 0.13 268.57 0.55 0.7
Hex B1 89 DD 14 26 0 D 10D 37 46
Octal 261 211 335 24 46 0 15 415 67 106
Binary 10110001 10001001 11011101 10100 100110 0 1101 100001101 110111 1000110

Color Harmonies of #B189DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B189DD

Black with #B189DD

Text Example


Text Example

White with #B189DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B189DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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