Html Css Color HEX #B186D3 Biloba Flower

📋 copy color: '#B186D3'

red 177 ◦ green 134 ◦ blue 211

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

Shades of Biloba Flower #B186D3

Tints of Biloba Flower #B186D3

RGB

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

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

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

R = 33.91%
G = 25.67%
B = 40.42%

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

#B186D3 (or 0xB186D3) is known color: Biloba Flower. HEX triplet: B1, 86 and D3. RGB value is (177,134,211). Sum of RGB (Red+Green+Blue) = 177+134+211=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #B186D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186D3 is #4E792C. Grayscale: #9B9B9B. Windows color (decimal): -5142829 or 13862577. OLE color: 13862577.

HSL color Cylindrical-coordinate representation of color #B186D3: hue angle of 273.51º degrees, saturation: 0.47, 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 #B186D3 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 134 211 -
CMYK 0.16 0.36 0 0.17
HSL 273.51º 0.47% 0.68% -
HSV(B) 273.51º 0.36% 0.83% -
XYZ 38.41 31.1 65.61 -
YUV 155.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 177 134 211 0.16 0.36 0 0.17 273.51 0.47 0.68
Hex B1 86 D3 10 24 0 11 112 2F 44
Octal 261 206 323 20 44 0 21 422 57 104
Binary 10110001 10000110 11010011 10000 100100 0 10001 100010010 101111 1000100

Color Harmonies of #B186D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186D3

Black with #B186D3

Text Example


Text Example

White with #B186D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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