Html Css Color HEX #B188D3 Biloba Flower

📋 copy color: '#B188D3'

red 177 ◦ green 136 ◦ blue 211

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

Shades of Biloba Flower #B188D3

Tints of Biloba Flower #B188D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.27%

R = 33.78%
G = 25.95%
B = 40.27%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B188D3 (or 0xB188D3) is known color: Biloba Flower. HEX triplet: B1, 88 and D3. RGB value is (177,136,211). Sum of RGB (Red+Green+Blue) = 177+136+211=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #B188D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188D3 is #4E772C. Grayscale: #9C9C9C. Windows color (decimal): -5142317 or 13863089. OLE color: 13863089.

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

Color convert

RGB 177 136 211 -
CMYK 0.16 0.36 0 0.17
HSL 272.8º 0.46% 0.68% -
HSV(B) 272.8º 0.36% 0.83% -
XYZ 38.69 31.66 65.7 -
YUV 156.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 177 136 211 0.16 0.36 0 0.17 272.8 0.46 0.68
Hex B1 88 D3 10 24 0 11 111 2E 44
Octal 261 210 323 20 44 0 21 421 56 104
Binary 10110001 10001000 11010011 10000 100100 0 10001 100010001 101110 1000100

Color Harmonies of #B188D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188D3

Black with #B188D3

Text Example


Text Example

White with #B188D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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