Html Css Color HEX #B186DB Biloba Flower

📋 copy color: '#B186DB'

red 177 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #B186DB

Tints of Biloba Flower #B186DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 33.4%
G = 25.28%
B = 41.32%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B186DB (or 0xB186DB) is known color: Biloba Flower. HEX triplet: B1, 86 and DB. RGB value is (177,134,219). Sum of RGB (Red+Green+Blue) = 177+134+219=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B186DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186DB is #4E7924. Grayscale: #9C9C9C. Windows color (decimal): -5142821 or 14386865. OLE color: 14386865.

HSL color Cylindrical-coordinate representation of color #B186DB: hue angle of 270.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B186DB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 134 219 -
CMYK 0.19 0.39 0 0.14
HSL 270.35º 0.54% 0.69% -
HSV(B) 270.35º 0.39% 0.86% -
XYZ 39.44 31.51 71.02 -
YUV 156.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 177 134 219 0.19 0.39 0 0.14 270.35 0.54 0.69
Hex B1 86 DB 13 27 0 E 10E 36 45
Octal 261 206 333 23 47 0 16 416 66 105
Binary 10110001 10000110 11011011 10011 100111 0 1110 100001110 110110 1000101

Color Harmonies of #B186DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186DB

Black with #B186DB

Text Example


Text Example

White with #B186DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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