Html Css Color HEX #B188D6 Biloba Flower

📋 copy color: '#B188D6'

red 177 ◦ green 136 ◦ blue 214

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

Shades of Biloba Flower #B188D6

Tints of Biloba Flower #B188D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 33.59%
G = 25.81%
B = 40.61%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B188D6 (or 0xB188D6) is known color: Biloba Flower. HEX triplet: B1, 88 and D6. RGB value is (177,136,214). Sum of RGB (Red+Green+Blue) = 177+136+214=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #B188D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188D6 is #4E7729. Grayscale: #9C9C9C. Windows color (decimal): -5142314 or 14059697. OLE color: 14059697.

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

Color convert

RGB 177 136 214 -
CMYK 0.17 0.36 0 0.16
HSL 271.54º 0.49% 0.69% -
HSV(B) 271.54º 0.36% 0.84% -
XYZ 39.07 31.81 67.7 -
YUV 157.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 177 136 214 0.17 0.36 0 0.16 271.54 0.49 0.69
Hex B1 88 D6 11 24 0 10 110 31 45
Octal 261 210 326 21 44 0 20 420 61 105
Binary 10110001 10001000 11010110 10001 100100 0 10000 100010000 110001 1000101

Color Harmonies of #B188D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188D6

Black with #B188D6

Text Example


Text Example

White with #B188D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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