Html Css Color HEX #B189DA Biloba Flower

📋 copy color: '#B189DA'

red 177 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #B189DA

Tints of Biloba Flower #B189DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 33.27%
G = 25.75%
B = 40.98%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B189DA (or 0xB189DA) is known color: Biloba Flower. HEX triplet: B1, 89 and DA. RGB value is (177,137,218). Sum of RGB (Red+Green+Blue) = 177+137+218=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #B189DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189DA is #4E7625. Grayscale: #9D9D9D. Windows color (decimal): -5142054 or 14322097. OLE color: 14322097.

HSL color Cylindrical-coordinate representation of color #B189DA: hue angle of 269.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B189DA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 137 218 -
CMYK 0.19 0.37 0 0.15
HSL 269.63º 0.52% 0.7% -
HSV(B) 269.63º 0.37% 0.85% -
XYZ 39.73 32.3 70.47 -
YUV 158.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 177 137 218 0.19 0.37 0 0.15 269.63 0.52 0.7
Hex B1 89 DA 13 25 0 F 10E 34 46
Octal 261 211 332 23 45 0 17 416 64 106
Binary 10110001 10001001 11011010 10011 100101 0 1111 100001110 110100 1000110

Color Harmonies of #B189DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B189DA

Black with #B189DA

Text Example


Text Example

White with #B189DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B189DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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