Html Css Color HEX #B188DE Biloba Flower

📋 copy color: '#B188DE'

red 177 ◦ green 136 ◦ blue 222

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

Shades of Biloba Flower #B188DE

Tints of Biloba Flower #B188DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 33.08%
G = 25.42%
B = 41.5%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B188DE (or 0xB188DE) is known color: Biloba Flower. HEX triplet: B1, 88 and DE. RGB value is (177,136,222). Sum of RGB (Red+Green+Blue) = 177+136+222=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #B188DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188DE is #4E7721. Grayscale: #9D9D9D. Windows color (decimal): -5142306 or 14583985. OLE color: 14583985.

HSL color Cylindrical-coordinate representation of color #B188DE: hue angle of 268.6º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B188DE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 136 222 -
CMYK 0.20 0.39 0 0.13
HSL 268.6º 0.57% 0.7% -
HSV(B) 268.6º 0.39% 0.87% -
XYZ 40.12 32.23 73.21 -
YUV 158.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 177 136 222 0.20 0.39 0 0.13 268.6 0.57 0.7
Hex B1 88 DE 14 27 0 D 10D 39 46
Octal 261 210 336 24 47 0 15 415 71 106
Binary 10110001 10001000 11011110 10100 100111 0 1101 100001101 111001 1000110

Color Harmonies of #B188DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188DE

Black with #B188DE

Text Example


Text Example

White with #B188DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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