Html Css Color HEX #B188D7 Biloba Flower

📋 copy color: '#B188D7'

red 177 ◦ green 136 ◦ blue 215

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

Shades of Biloba Flower #B188D7

Tints of Biloba Flower #B188D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 33.52%
G = 25.76%
B = 40.72%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B188D7 (or 0xB188D7) is known color: Biloba Flower. HEX triplet: B1, 88 and D7. RGB value is (177,136,215). Sum of RGB (Red+Green+Blue) = 177+136+215=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #B188D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188D7 is #4E7728. Grayscale: #9C9C9C. Windows color (decimal): -5142313 or 14125233. OLE color: 14125233.

HSL color Cylindrical-coordinate representation of color #B188D7: hue angle of 271.14º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B188D7 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 136 215 -
CMYK 0.18 0.37 0 0.16
HSL 271.14º 0.5% 0.69% -
HSV(B) 271.14º 0.37% 0.84% -
XYZ 39.2 31.86 68.37 -
YUV 157.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 177 136 215 0.18 0.37 0 0.16 271.14 0.5 0.69
Hex B1 88 D7 12 25 0 10 10F 32 45
Octal 261 210 327 22 45 0 20 417 62 105
Binary 10110001 10001000 11010111 10010 100101 0 10000 100001111 110010 1000101

Color Harmonies of #B188D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188D7

Black with #B188D7

Text Example


Text Example

White with #B188D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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