Html Css Color HEX #B186DE Biloba Flower

📋 copy color: '#B186DE'

red 177 ◦ green 134 ◦ blue 222

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

Shades of Biloba Flower #B186DE

Tints of Biloba Flower #B186DE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.14%

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

R = 33.21%
G = 25.14%
B = 41.65%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B186DE (or 0xB186DE) is known color: Biloba Flower. HEX triplet: B1, 86 and DE. RGB value is (177,134,222). Sum of RGB (Red+Green+Blue) = 177+134+222=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #B186DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186DE is #4E7921. Grayscale: #9C9C9C. Windows color (decimal): -5142818 or 14583473. OLE color: 14583473.

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

Color convert

RGB 177 134 222 -
CMYK 0.20 0.40 0 0.13
HSL 269.32º 0.57% 0.7% -
HSV(B) 269.32º 0.4% 0.87% -
XYZ 39.84 31.67 73.12 -
YUV 156.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 177 134 222 0.20 0.40 0 0.13 269.32 0.57 0.7
Hex B1 86 DE 14 28 0 D 10D 39 46
Octal 261 206 336 24 50 0 15 415 71 106
Binary 10110001 10000110 11011110 10100 101000 0 1101 100001101 111001 1000110

Color Harmonies of #B186DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186DE

Black with #B186DE

Text Example


Text Example

White with #B186DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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