Html Css Color HEX #B18ED6 Biloba Flower

📋 copy color: '#B18ED6'

red 177 ◦ green 142 ◦ blue 214

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

Shades of Biloba Flower #B18ED6

Tints of Biloba Flower #B18ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.64%

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 33.21%
G = 26.64%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B18ED6 (or 0xB18ED6) is known color: Biloba Flower. HEX triplet: B1, 8E and D6. RGB value is (177,142,214). Sum of RGB (Red+Green+Blue) = 177+142+214=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #B18ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ED6 is #4E7129. Grayscale: #A0A0A0. Windows color (decimal): -5140778 or 14061233. OLE color: 14061233.

HSL color Cylindrical-coordinate representation of color #B18ED6: hue angle of 269.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18ED6 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 142 214 -
CMYK 0.17 0.34 0 0.16
HSL 269.17º 0.47% 0.7% -
HSV(B) 269.17º 0.34% 0.84% -
XYZ 39.94 33.55 67.99 -
YUV 160.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 177 142 214 0.17 0.34 0 0.16 269.17 0.47 0.7
Hex B1 8E D6 11 22 0 10 10D 2F 46
Octal 261 216 326 21 42 0 20 415 57 106
Binary 10110001 10001110 11010110 10001 100010 0 10000 100001101 101111 1000110

Color Harmonies of #B18ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18ED6

Black with #B18ED6

Text Example


Text Example

White with #B18ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18ED6; }

 p { color: rgb(177,142,214); }

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

background-color css

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

 a { background-color: rgb(177,142,214); }

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

border-color css

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

 span { border-color: rgb(177,142,214); }

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