Html Css Color HEX #B186DC Biloba Flower

📋 copy color: '#B186DC'

red 177 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #B186DC

Tints of Biloba Flower #B186DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 33.33%
G = 25.24%
B = 41.43%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B186DC (or 0xB186DC) is known color: Biloba Flower. HEX triplet: B1, 86 and DC. RGB value is (177,134,220). Sum of RGB (Red+Green+Blue) = 177+134+220=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B186DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186DC is #4E7923. Grayscale: #9C9C9C. Windows color (decimal): -5142820 or 14452401. OLE color: 14452401.

HSL color Cylindrical-coordinate representation of color #B186DC: hue angle of 270º degrees, saturation: 0.55, 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 #B186DC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 134 220 -
CMYK 0.20 0.39 0 0.14
HSL 270º 0.55% 0.69% -
HSV(B) 270º 0.39% 0.86% -
XYZ 39.57 31.56 71.72 -
YUV 156.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 177 134 220 0.20 0.39 0 0.14 270 0.55 0.69
Hex B1 86 DC 14 27 0 E 10E 37 45
Octal 261 206 334 24 47 0 16 416 67 105
Binary 10110001 10000110 11011100 10100 100111 0 1110 100001110 110111 1000101

Color Harmonies of #B186DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186DC

Black with #B186DC

Text Example


Text Example

White with #B186DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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