Html Css Color HEX #B188DF Biloba Flower

📋 copy color: '#B188DF'

red 177 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B188DF

Tints of Biloba Flower #B188DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 33.02%
G = 25.37%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B188DF (or 0xB188DF) is known color: Biloba Flower. HEX triplet: B1, 88 and DF. RGB value is (177,136,223). Sum of RGB (Red+Green+Blue) = 177+136+223=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B188DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188DF is #4E7720. Grayscale: #9D9D9D. Windows color (decimal): -5142305 or 14649521. OLE color: 14649521.

HSL color Cylindrical-coordinate representation of color #B188DF: hue angle of 268.28º degrees, saturation: 0.58, 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 #B188DF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 136 223 -
CMYK 0.21 0.39 0 0.13
HSL 268.28º 0.58% 0.7% -
HSV(B) 268.28º 0.39% 0.87% -
XYZ 40.25 32.28 73.92 -
YUV 158.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 177 136 223 0.21 0.39 0 0.13 268.28 0.58 0.7
Hex B1 88 DF 15 27 0 D 10C 3A 46
Octal 261 210 337 25 47 0 15 414 72 106
Binary 10110001 10001000 11011111 10101 100111 0 1101 100001100 111010 1000110

Color Harmonies of #B188DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188DF

Black with #B188DF

Text Example


Text Example

White with #B188DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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