Html Css Color HEX #B188DA Biloba Flower

📋 copy color: '#B188DA'

red 177 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #B188DA

Tints of Biloba Flower #B188DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.61%

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

R = 33.33%
G = 25.61%
B = 41.05%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B188DA (or 0xB188DA) is known color: Biloba Flower. HEX triplet: B1, 88 and DA. RGB value is (177,136,218). Sum of RGB (Red+Green+Blue) = 177+136+218=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B188DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188DA is #4E7725. Grayscale: #9D9D9D. Windows color (decimal): -5142310 or 14321841. OLE color: 14321841.

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

Color convert

RGB 177 136 218 -
CMYK 0.19 0.38 0 0.15
HSL 270º 0.53% 0.69% -
HSV(B) 270º 0.38% 0.85% -
XYZ 39.59 32.02 70.42 -
YUV 157.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 177 136 218 0.19 0.38 0 0.15 270 0.53 0.69
Hex B1 88 DA 13 26 0 F 10E 35 45
Octal 261 210 332 23 46 0 17 416 65 105
Binary 10110001 10001000 11011010 10011 100110 0 1111 100001110 110101 1000101

Color Harmonies of #B188DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188DA

Black with #B188DA

Text Example


Text Example

White with #B188DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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